django/django
Étienne Loks 8f2e3857ce [2.0.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion.
Backport of 9a621edf62 from master
2018-01-13 13:10:02 -05: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 [2.0.x] Added Kabyle language 2017-12-01 21:11:20 +01:00
contrib [2.0.x] Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering. 2017-12-27 18:46:05 +01:00
core [2.0.x] Fixed typo in TemplateCommand argument help text. 2018-01-01 19:31:39 -05:00
db [2.0.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion. 2018-01-13 13:10:02 -05:00
dispatch Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -05:00
forms [2.0.x] Fixed #28890 -- Removed newlines between MultiWidget's subwidgets. 2017-12-05 11:44:11 -05:00
http [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:23 -05:00
middleware Fixed #28488 -- Reallowed error handlers to access CSRF tokens. 2017-09-20 16:22:18 -04:00
template [2.0.x] Fixed #28711 -- Fixed unordered_list template filter with lazy translations. 2017-10-18 20:05:24 -04:00
templatetags Avoided creating temporary lists for obtaining the first item. 2017-07-31 11:02:23 -04:00
test [2.0.x] Fixed #28837 -- Fixed test client crash if an exception with more than one arg is raised. 2017-11-28 19:58:23 -05:00
urls [2.0.x] Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str. 2017-12-20 20:56:57 -05:00
utils [2.0.x] Fixed #28594 -- Removed Jython docs and specific code 2017-12-23 10:28:29 +01:00
views [2.0.x] Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked successfully!" page for some languages. 2018-01-12 19:33:07 -05:00
__init__.py [2.0.x] Post-release version bump. 2018-01-01 20:11:42 -05:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:23 -05:00