0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django
2016-10-06 15:54:38 -04:00
..
apps
bin
conf Fixed #27244 -- Changed Greek's thousand separator from space to dot. 2016-10-06 11:52:29 -04:00
contrib Fixed #27273 -- Added a construct_change_message() admin utility function. 2016-10-05 08:02:33 -04:00
core Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes) 2016-10-06 11:41:35 +02:00
db Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes) 2016-10-06 11:41:35 +02:00
dispatch
forms Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple. 2016-09-30 14:49:50 -04:00
http Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
middleware Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 Not Modified" responses. 2016-09-14 19:37:18 -04:00
template Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
templatetags
test Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the parallel test runner. 2016-10-06 15:54:38 -04:00
urls Fixed #27262 -- Moved URL checks to resolver and pattern classes. 2016-10-05 15:34:26 -04:00
utils Fixed #27309 -- Added CallableBool.__hash__(). 2016-10-04 07:44:19 -04:00
views Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
__init__.py
__main__.py
shortcuts.py