.. |
apps
|
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
2017-06-01 19:08:59 -04:00 |
bin
|
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
|
2017-03-07 10:10:32 -05:00 |
conf
|
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples.
|
2017-11-01 10:57:59 -04:00 |
contrib
|
Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges.
|
2017-11-07 15:07:03 -05:00 |
core
|
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
|
2017-11-07 09:08:46 -05:00 |
db
|
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
|
2017-11-07 09:08:46 -05:00 |
dispatch
|
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
|
2017-02-20 19:57:33 -05:00 |
forms
|
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
|
2017-11-07 09:08:46 -05:00 |
http
|
Fixed #28720 -- Added HttpRequest.get_full_path_info().
|
2017-11-07 15:58:05 -05:00 |
middleware
|
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
template
|
Fixed #28730 -- Fixed loss of precision for large integer literals in templates
|
2017-10-21 17:20:29 +02:00 |
templatetags
|
Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag
|
2017-11-07 20:48:15 +01:00 |
test
|
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturned classes.
|
2017-10-13 09:16:09 -04:00 |
urls
|
Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path() routes.
|
2017-11-07 11:39:59 -05:00 |
utils
|
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
|
2017-11-07 09:08:46 -05:00 |
views
|
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMixin doesn't generate any template names.
|
2017-11-07 18:46:52 -05:00 |
__init__.py
|
Bumped version; master is now 2.1 pre-alpha.
|
2017-09-22 12:51:17 -04:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
2017-11-06 22:41:03 -05:00 |