django/django
2016-11-01 07:18:06 -04:00
..
apps Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and tests 2016-05-19 21:33:36 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf [1.10.x] Updated translations from Transifex 2016-09-30 22:10:36 +02:00
contrib [1.10.x] Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with SuspiciousOperation. 2016-11-01 07:18:06 -04:00
core [1.10.x] Corrected TooManyFieldsSent doctring for GET requests. 2016-10-27 18:45:11 -04:00
db [1.10.x] Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size. 2016-10-25 19:22:33 -04:00
dispatch [1.10.x] Fixed #13080 -- Corrected accepted values of sender parameter in Signal.connect() docstring. 2016-05-30 08:18:01 -04:00
forms [1.10.x] Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple. 2016-09-30 14:50:15 -04:00
http [1.10.x] Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''. 2016-08-03 14:01:08 -04:00
middleware [1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling. 2016-06-17 15:55:55 -04:00
template [1.10.x] Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable. 2016-08-15 15:40:34 -04:00
templatetags Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
test [1.10.x] Fixed #27028 -- Clarified failed parallel tests message. 2016-08-08 09:24:31 -04:00
urls [1.10.x] Fixed #27018 -- Fixed admindocs crash with a view in a class. 2016-08-20 10:02:22 -04:00
utils [1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as the language. 2016-10-31 14:33:42 -04:00
views [1.10.x] Fixed #27374 -- Made JavaScriptCatalog respect the packages argument. 2016-10-24 10:26:16 -04:00
__init__.py [1.10.x] Post-release version bump. 2016-10-01 16:08:03 -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