django1/django
Sergey Fedoseev e9a370bb6a Simplified GeometryField.select_format(). 2017-11-04 10:08:25 -04:00
..
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 Simplified GeometryField.select_format(). 2017-11-04 10:08:25 -04:00
core Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many(). 2017-10-31 12:16:09 -04:00
db Clarified error message for when sqlplarse isn't installed. 2017-11-03 10:09:46 -04:00
dispatch Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -05:00
forms Fixed #28474 -- Made DurationField raise ValidationError for inputs that raised OverflowError. 2017-10-25 18:05:13 -04:00
http Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04: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 Avoided creating temporary lists for obtaining the first item. 2017-07-31 11:02:23 -04:00
test Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturned classes. 2017-10-13 09:16:09 -04:00
urls Removed redundant inner imports. 2017-10-20 18:30:41 -04:00
utils Refs #23919 -- Updated references to urllib.quote() to Python 3 location. 2017-10-31 12:05:54 -04:00
views Refs #28457 -- Removed unused .next-step CSS in django/views/templates/default_urlconf.html. 2017-10-28 07:59:59 -04: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 Added missing punctuation in django/shortcuts.py docstring. 2017-09-28 14:39:54 -04:00