.. |
apps
|
Fixed #31870 -- Fixed crash when populating app registry with empty or without apps module.
|
2020-08-10 20:16:45 +02:00 |
bin
|
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
|
2019-12-06 12:11:44 +01:00 |
conf
|
Updated translations from Transifex.
|
2020-09-30 10:25:48 +02:00 |
contrib
|
Fixed #32072 -- Fixed admin search bar height.
|
2020-10-06 11:33:48 +02:00 |
core
|
Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.
|
2020-10-05 20:42:46 +02:00 |
db
|
Refs #20577 -- Deferred filtering of prefetched related querysets by reverse m2o relation.
|
2020-10-06 21:19:56 +02:00 |
dispatch
|
Fixed #31327 -- Deprecated providing_args argument for Signal.
|
2020-03-05 09:38:52 +01:00 |
forms
|
Fixed #32042 -- Improved error messages for the number of submitted forms in formsets.
|
2020-09-28 07:05:34 +02:00 |
http
|
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
|
2020-09-30 10:30:43 +02:00 |
middleware
|
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
2020-09-14 08:41:59 +02:00 |
template
|
Bumped minimum isort version to 5.1.0.
|
2020-07-30 10:58:59 +02:00 |
templatetags
|
Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural count is not a number.
|
2020-09-29 08:03:51 +02:00 |
test
|
Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elements.
|
2020-09-24 12:52:41 +02:00 |
urls
|
Removed unneeded iri_to_uri() call in reverse().
|
2020-10-06 12:29:06 +02:00 |
utils
|
Removed unneeded calls to iri_to_uri() in cache key generation.
|
2020-10-06 12:29:06 +02:00 |
views
|
Fixed #32051 -- Fixed rocket animation on the 'Congrats' page.
|
2020-10-01 11:55:26 +02:00 |
__init__.py
|
Bumped version; master is now 3.2 pre-alpha.
|
2020-05-13 09:07:51 +02:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
|
2019-01-17 10:50:25 -05:00 |