django1/django
Simon Charette 31a56e30cf Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse relationships.
Thanks Tim for the review.
2016-11-15 20:16:06 -05:00
..
apps Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
contrib Refs #27003 -- Fixed JSONField crash on converted values. 2016-11-15 18:43:55 -05:00
core Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
db Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse relationships. 2016-11-15 20:16:06 -05:00
dispatch Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
forms Fixed #27431 -- Prevented disabled form fields from appearing as changed. 2016-11-11 06:57:57 -05:00
http Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
middleware Fixed #26812 -- Fixed APPEND_SLASH on a URL including querystring with a trailing slash. 2016-11-06 10:38:36 +01:00
template Fixed #27394 -- Added scientific notation support for big integers in floatformat filter. 2016-11-15 09:07:15 -05:00
templatetags Fixed #27327 -- Simplified time zone handling by requiring pytz. 2016-10-27 08:53:20 -04:00
test Fixed #27184 -- Allowed uploading TemporaryFile with the test client. 2016-11-09 05:33:22 -05:00
urls Fixed #27453 -- Avoided unnecessary recompilation of non-translated URL regexes. 2016-11-14 18:58:23 -05:00
utils Fixed #27463 -- Fixed E741 flake8 warnings. 2016-11-14 17:40:28 -05:00
views Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
__init__.py Bumped version; master is now 1.11 pre-alpha. 2016-05-19 22:20:21 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00