0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django
2019-03-17 20:50:22 -04:00
..
apps Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
bin
conf Fixed #30234 -- Disallowed non-upper settings in settings.configure(). 2019-03-05 09:52:08 -05:00
contrib Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBackend admin checks allow subclasses. 2019-03-14 20:09:57 -04:00
core Fixed #30186 -- Made showmigrations --list display the applied datetimes at verbosity 2+. 2019-03-08 08:25:38 -05:00
db Refs #30172 -- Prevented removing a field's check or unique constraint from removing Meta constraints. 2019-03-17 20:50:22 -04:00
dispatch
forms Fixed #29459 -- Initialized form data/files with empty MultiValueDicts. 2019-03-05 10:41:08 -05:00
http Refs #30227 -- Added helpful message for non-ASCII Content-Type in mulitpart request. 2019-03-02 09:19:05 -05:00
middleware Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 2019-01-28 11:15:06 -05:00
template Refs #27753 -- Favored SafeString over SafeText. 2019-02-06 14:12:06 -05:00
templatetags
test Minimized try block in Client.request(). 2019-03-11 10:39:59 -04:00
urls Removed django.utils.lru_cache usage. 2019-02-04 20:07:49 -05:00
utils Fixed #30215 -- Fixed autoreloader crash for modules without __spec__. 2019-02-27 10:35:30 -05:00
views Refs #15902 -- Deprecated storing user's language in the session. 2019-02-14 10:23:02 -05:00
__init__.py Bumped version; master is now 3.0 pre-alpha. 2019-01-17 10:50:24 -05:00
__main__.py
shortcuts.py Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline. 2019-01-17 10:50:25 -05:00