index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2020-09-15
Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.
Mariusz Felisiak
2020-09-15
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...
Hasan Ramezani
2020-09-14
Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...
Mariusz Felisiak
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-13
Corrected exception types in QuerySet docs.
Mariusz Felisiak
2020-09-11
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...
Hasan Ramezani
2020-09-10
Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typecaster.
Mariusz Felisiak
2020-09-10
Fixed #31967 -- Doc'd consequences of resolving an output_field for Value().
Hasan Ramezani
2020-09-09
Fixed #31750 -- Made models.Field equality compare models for inherited fields.
Ryan Hiebert
2020-09-09
Mentioned ASGI handler in SuspiciousOperation docs.
Mariusz Felisiak
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-09-07
Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups.
François Freitag
2020-09-07
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...
Jon Dufresne
2020-09-05
Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...
Hasan Ramezani
2020-09-04
Fixed #31894 -- Added note about using JSONField key lookups with QuerySet.ex...
jpribyl
2020-09-03
Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.
Nick Pope
2020-09-03
Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM ca...
Mariusz Felisiak
2020-09-03
Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argume...
Jon Dufresne
2020-09-02
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
Brian Helba
2020-09-02
Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...
Nick Pope
2020-09-02
Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
Carlton Gibson
2020-09-02
Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().
Joe Jackson
2020-09-02
Added "Bugfixes" section to release notes for 3.1.2.
007gzs
2020-09-01
Added CVE-2020-24583 & CVE-2020-24584 to security archive.
Carlton Gibson
2020-09-01
Added stub release notes for 3.1.2.
Carlton Gibson
2020-09-01
Added release date for 3.1.1, 3.0.10, and 2.2.16.
Carlton Gibson
2020-09-01
Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...
Mariusz Felisiak
2020-09-01
Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...
Mariusz Felisiak
2020-09-01
Fixed #31901 -- Prevented content overflowing in the admin changelist with na...
007gzs
2020-08-31
Corrected note about long names in search docs.
Abdullah Dursun
2020-08-31
Fixed #31934 -- Added note about the default of SameSite cookie flag in moder...
Hasan Ramezani
2020-08-31
Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relationships.
Federico Jaramillo Martínez
2020-08-31
Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.
Simon Charette
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-28
Fixed #31928 -- Fixed detecting an async get_response in various middlewares.
Kevin Michel
2020-08-28
Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...
Mariusz Felisiak
2020-08-26
Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
Mariusz Felisiak
2020-08-26
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
Kaustubh
2020-08-26
Fixed #31905 -- Made MiddlewareMixin call process_request()/process_response(...
Michael Galler
2020-08-25
Removed trailing whitespace in 3.2 release notes.
Mariusz Felisiak
2020-08-25
Moved CreateExtension release notes into django.contrib.postgres section.
Cleiton de Lima
2020-08-24
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...
Mariusz Felisiak
2020-08-24
Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg d...
Mariusz Felisiak
2020-08-21
Fixed #31925 -- Fixed typo in docs/releases/3.0.txt.
Kaustubh
2020-08-21
Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
Ninad Kulkarni
2020-08-20
Improved wording in async views docs.
Juan Pedro Fisanotti
2020-08-20
Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt.
Enderson Menezes
2020-08-19
Fixed #31895 -- Fixed crash when decoding invalid session data.
Mariusz Felisiak
2020-08-18
Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms.
David Smith
2020-08-18
Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.
Mariusz Felisiak
[prev]
[next]