0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django
2016-04-25 08:31:32 -04:00
..
apps Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
bin
conf Fixed #26427 -- Ensured deleted setting doesn't appear in dir(settings) 2016-04-23 16:01:16 +02:00
contrib Removed unused/untested Field.get_choices_default()/value_to_string() methods. 2016-04-25 08:05:27 -04:00
core Fixed #26052 -- Moved conditional_content_removal() processing to the test client. 2016-04-25 07:56:07 -04:00
db Refs #22936 -- Removed unused code in Field.get_db_prep_lookup(). 2016-04-25 08:31:32 -04:00
dispatch Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
forms Fixed #26534 -- Fixed boolean form fields has_changed() with hidden input. 2016-04-24 15:06:30 -04:00
http Fixed #26052 -- Moved conditional_content_removal() processing to the test client. 2016-04-25 07:56:07 -04:00
middleware Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
template Fixed #26536 -- Preserved leading dashes of the cached template loader keys. 2016-04-24 22:15:45 -04:00
templatetags Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
test Fixed #26052 -- Moved conditional_content_removal() processing to the test client. 2016-04-25 07:56:07 -04:00
urls Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns(). 2016-03-08 08:14:10 -05:00
utils Fixed #26281 -- Added a helpful error message for an invalid format specifier to dateformat.format(). 2016-04-20 20:13:52 -04:00
views Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views 2016-04-15 17:28:54 +02:00
__init__.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
__main__.py
shortcuts.py Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00