1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
2018-06-20 16:48:57 +05:00
..
apps
bin
conf Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set." 2018-05-26 21:06:58 -04:00
contrib Fixed #29507 -- Added Oracle support for Envelope GIS function. 2018-06-20 16:48:57 +05:00
core Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in management commands. 2018-06-16 15:54:59 -04:00
db Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to primary key. 2018-06-17 08:51:02 +02:00
dispatch
forms Fixed #29474 -- Simplified BaseInlineFormset.save_new(). 2018-06-07 21:14:19 -04:00
http Removed unused HttpRequest._post_parse_error attribute. 2018-06-07 18:51:33 -04:00
middleware
template Fixed #29432 -- Allowed passing an integer to the slice template filter. 2018-05-26 20:56:51 -04:00
templatetags
test Restored django.test.utils.patch_logger() for backwards compatibility. 2018-06-12 11:33:16 -04:00
urls Fixed #29415 -- Fixed detection of custom URL converters in included patterns. 2018-05-26 20:13:48 -04:00
utils Advanced deprecation warnings for Django 2.2. 2018-05-17 11:05:45 -04:00
views Fixed #16470 -- Allowed FileResponse to auto-set some Content headers. 2018-05-15 18:12:11 +02:00
__init__.py Bumped version; master is now 2.2 pre-alpha. 2018-05-17 09:37:06 -04:00
__main__.py
shortcuts.py Added missing word to render_to_response deprecation warning. 2018-05-16 10:06:36 +02:00