1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/django
2019-03-04 10:35:08 -05:00
..
apps Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
bin
conf Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644. 2019-02-08 14:53:15 -05:00
contrib Removed executable bit from static asset xregexp.js. 2019-03-04 10:35:08 -05:00
core Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache if None is cached. 2019-02-14 19:57:38 -05:00
db Refs #30183 -- Moved SQLite table constraint parsing to a method. 2019-03-01 17:05:36 -05:00
dispatch
forms Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient. 2019-02-27 16:39:17 -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 Replaced loop with dictionary comprehension. 2018-12-19 17:31:48 -06:00
test Fixed #18707 -- Added support for the test client to return 500 responses. 2019-02-20 12:16:10 +01: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