mybuddy/core
Christopher C. Wells 7abe7b2a5f Add test for USE_24_HOUR_TIME_FORMAT (#148)
Note: this new test has been tagged "isolate" and excluded from regular tests
because the locale behavior being tested involves Django internals that must
be handled at initialization and cannot be changed during runtime (i.e. this
new test with PASS when run alone, but FAIL when run with other tests).

A future commit or set of commits should come up with a way to execute all
tests tagged "isolate" in isolated test environments as part of the full test
suite. For now, this test simply does not run until it is run manually.
2020-07-22 21:56:29 -07:00
..
migrations Add general notes to most models 2020-02-16 15:09:57 -08:00
static_src Refactor usee of removd Visibility API library. 2019-08-22 20:35:52 -07:00
templates/core Add 24 hour time format override support to input fields (#148) 2020-07-21 22:03:08 -07:00
templatetags Add 24 hour time format override support to input fields (#148) 2020-07-21 22:03:08 -07:00
tests Add test for USE_24_HOUR_TIME_FORMAT (#148) 2020-07-22 21:56:29 -07:00
__init__.py Initial commit. 2017-08-11 14:32:02 -04:00
admin.py Configure support for imports 2020-02-18 14:41:33 -08:00
forms.py Actually check for FBM as well (#127). 2020-03-26 22:28:27 +11:00
models.py Use user first and last name, when available, in UI 2020-02-18 14:41:33 -08:00
timeline.py Add translation support to Child timeline elements. 2019-04-16 20:33:49 -07:00
urls.py Add ability to delete all inactive Timers (#108) 2020-02-06 21:15:36 -08:00
utils.py Fix linting issues 2019-11-09 16:42:51 -08:00
views.py Add missing `form_class` value to core model update forms 2020-02-16 15:09:57 -08:00