summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-01[3.1.x] Bumped version for 3.1.6 release.3.1.6Mariusz Felisiak
2021-02-01[3.1.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak
2021-01-29[3.1.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak
2021-01-28[3.1.x] Modernized custom manager exampleAdam Johnson
2021-01-28[3.1.x] Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-28[3.1.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplica...Timothy McCurrach
2021-01-27[3.1.x] Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting ...Carlton Gibson
2021-01-22[3.1.x] Refs #32372 -- Updated manager name in related objects reference docs.Jack
2021-01-22[3.1.x] Fixed #32372 -- Made examples in related objects reference docs consi...Jack Aitken
2021-01-20[3.1.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.Matthias Kestenholz
2021-01-14[3.1.x] Fixed cross-link in CBV topic documentation.Carles Pina Estany
2021-01-12[3.1.x] Removed unused import in docs/ref/models/expressions.txt.Mariusz Felisiak
2021-01-11[3.1.x] Fixed #32313 -- Corrected QuerySet.in_bulk() signature.Iuri de Silvio
2021-01-07[3.1.x] Fixed #32315 -- Doc'd FieldFile.path.Hasan Ramezani
2021-01-04[3.1.x] Fixed #32310 -- Fixed note about reverse accessors for intermediate t...Fabio Sangiovanni
2021-01-04[3.1.x] Post-release version bump.Carlton Gibson
2021-01-04[3.1.x] Added stub release notes for 3.1.6.Carlton Gibson
2021-01-04[3.1.x] Bumped version for 3.1.5 release.3.1.5Carlton Gibson
2021-01-04Added release date for 3.1.5.Carlton Gibson
2021-01-04[3.1.x] Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_...Tim Graham
2021-01-04[3.1.x] Fixed typo in docs/ref/templates/builtins.txt.Roland Geider
2021-01-02[3.1.x] Updated CVE URL.Tim Graham
2020-12-31[3.1.x] Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NA...Mariusz Felisiak
2020-12-29[3.1.x] Fixed #32299 -- Prevented mutating handlers when processing middlewar...Mariusz Felisiak
2020-12-29[3.1.x] Corrected related fields checks messages in docs.Mariusz Felisiak
2020-12-23[3.1.x] Refs #30367 -- Changed remaining "pip install" to "python -m pip inst...Jon Dufresne
2020-12-23[3.1.x] Removed forms-MAX_NUM_FORMS POST data in docsJon Dufresne
2020-12-21[3.1.x] Corrected code-block directives in docs/ref/models/meta.txt.Jon Dufresne
2020-12-21[3.1.x] Fixed typo in docs/ref/files/storage.txt.joshuapatel
2020-12-20[3.1.x] Updated isort URL to new location.Jon Dufresne
2020-12-17[3.1.x] Refs #30181 -- Corrected note about storing None in the cache.Nick Pope
2020-12-16[3.1.x] Fixed #32273 -- Doc'd AdminSite.unregister().Hasan Ramezani
2020-12-15[3.1.x] Fixed typo in docs/ref/forms/widgets.txt.Mariusz Felisiak
2020-12-15[3.1.x] Corrected formatting in settings docs.Carlton Gibson
2020-12-15[3.1.x] Added backticks to code literals in various docs.Jon Dufresne
2020-12-14[3.1.x] Removed redundant sentence in 'check' management command docs.Adam Johnson
2020-12-11[3.1.x] Corrected docs regarding attributes required for logging in to the ad...Jan Pieter Waagmeester
2020-12-11[3.1.x] Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and O...sage
2020-12-08[3.1.x] Adjusted formatting of ngettext docs code examples.Matthias Kestenholz
2020-12-01[3.1.x] Added stub release notes for 3.1.5.Mariusz Felisiak
2020-12-01[3.1.x] Post-release version bump.Mariusz Felisiak
2020-12-01[3.1.x] Bumped version for 3.1.4 release.3.1.4Mariusz Felisiak
2020-12-01[3.1.x] Added release date for 3.1.4.Mariusz Felisiak
2020-11-30[3.1.x] Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.Hasan Ramezani
2020-11-28[3.1.x] Refs #32230 -- Fixed LayerMapping example in GeoDjango tutorial.Mariusz Felisiak
2020-11-27[3.1.x] Refs #32230 -- Fixed DataSource example in GeoDjango tutorial.Neil Lyons
2020-11-25[3.1.x] Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key tr...sage
2020-11-25[3.1.x] Refs #32203 -- Added tests for QuerySet.values()/values_list() on key...sage
2020-11-25[3.1.x] Fixed #32224 -- Avoided suppressing connection errors in supports_jso...Mariusz Felisiak
2020-11-25[3.1.x] Added test for filtering JSONField key transforms with quoted strings.Mariusz Felisiak