0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/topics
Hasan Ramezani 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
This also replaces assertQuerysetEqual() to
assertSequenceEqual()/assertCountEqual() where appropriate.

Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-11-06 09:24:50 +01:00
..
auth Added note about password updates on argon2 attributes change. 2020-08-11 07:51:27 +02:00
class-based-views Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
db Refs #9475 -- Linked through_default docs to related managers methods. 2020-10-22 10:08:35 +02:00
forms Fixed #22276 -- Fixed crash when formset management form is invalid. 2020-11-05 10:40:41 +01:00
http Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
i18n Fixed typo in docs/topics/i18n/translation.txt. 2020-10-13 08:06:37 +02:00
testing Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
async.txt Fixed #32128 -- Added asgiref 3.3 compatibility. 2020-10-27 11:24:07 +01:00
cache.txt Fixed #31983 -- Added system check for file system caches location. 2020-11-04 20:30:23 +01:00
checks.txt
conditional-view-processing.txt
email.txt
external-packages.txt
files.txt
index.txt
install.txt
logging.txt Fixed #32016 -- Clarified manual logging config docs. 2020-09-22 14:15:38 +02:00
migrations.txt Fixed #26962 -- Doc'd running migrations in transactions. 2020-10-29 08:00:06 +01:00
pagination.txt
performance.txt
security.txt
serialization.txt
settings.txt
signals.txt
signing.txt Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:35:24 +02:00
templates.txt