mybuddy/babybuddy
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
..
fixtures Add user timezone setting to test fixtures 2020-02-14 10:56:13 -08:00
formats Concatenate (not append) DATETIME_INPUT_FORMATS (#148) 2020-07-22 21:13:56 -07:00
management Add random notes to faker 2020-02-16 15:09:57 -08:00
migrations Ensure naps are captured for both start and end time 2020-06-09 07:02:28 -07:00
settings Provide default when USE_24_HOUR_TIME_FORMAT is not set (#148) 2020-07-21 22:05:46 -07:00
static_src Implement example notes handling in Diaper Change list 2020-02-16 15:09:57 -08:00
templates Use user first and last name, when available, in UI 2020-02-18 14:41:33 -08:00
templatetags Add user timezone setting support to datetime form fields 2020-02-14 12:07:43 -08:00
tests Add test for USE_24_HOUR_TIME_FORMAT (#148) 2020-07-22 21:56:29 -07:00
__init__.py Bump version (v1.4.0) 2020-02-19 09:17:30 -08:00
admin.py Add translateable strings support in babybuddy app. 2019-04-13 21:55:16 -07:00
apps.py Remove all unicode_literals imports. 2018-02-17 17:09:40 -05:00
forms.py Add user configurable timezone setting 2020-02-14 10:56:13 -08:00
middleware.py The rest of the middleware commit 2020-05-17 20:11:08 +10:00
mixins.py Raise permission denied instead of redirecting to login (#49). 2018-05-20 14:40:09 -07:00
models.py Persist user timezone setting with middleware 2020-02-14 12:45:24 -08:00
urls.py Add cookie-based language selection to user settings. 2019-04-13 20:07:46 -07:00
views.py Persist user timezone setting with middleware 2020-02-14 12:45:24 -08:00
wsgi.py Check for and load environment variables from a `.env` file. 2017-11-30 22:54:50 -05:00