summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-03[3.0.x] Bumped version for 3.0.3 release.3.0.3Carlton Gibson
2020-02-03[3.0.x] Added release date for 3.0.3.Carlton Gibson
2020-02-03[3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette
2020-02-03[3.0.x] Fixed #31217 -- Made QuerySet.values()/values_list() group by not sel...Mariusz Felisiak
2020-01-31[3.0.x] Updated translations from TransifexClaude Paroz
2020-01-29[3.0.x] Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files ho...Abhijeet
2020-01-29[3.0.x] Updated the GeoJSON format specification link to RFC 7946.Mariusz Felisiak
2020-01-29[3.0.x] Refs #25778 -- Updated some links to HTTPS and new locations.Mariusz Felisiak
2020-01-29[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
2020-01-29[3.0.x] Refs #25778 -- Updated sphinx-doc.org links to HTTPS.Jon Dufresne
2020-01-24[3.0.x] Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.Roy Smith
2020-01-22[3.0.x] Clarified AppConfig.ready() docs example.Adam Johnson
2020-01-22[3.0.x] Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey ...Eugene Hatsko
2020-01-21[3.0.x] Fixed #31195 -- Relaxed GeometryDistance test for PROJ 5.2+.Sergey Fedoseev
2020-01-21[3.0.x] Made examples concrete in upgrade documentation.Adam Johnson
2020-01-17[3.0.x] Added missing backtick in instances docs.Claude Paroz
2020-01-17[3.0.x] Added note about incomplete HTML in tutorial 3.Adam Johnson
2020-01-17[3.0.x] Fixed #31171 -- Fixed wording in auto-escaping section of custom temp...Takayuki Hirayama
2020-01-17[3.0.x] Refs #31097 -- Added django.db.models.Q import to contrib.postgres ag...Mariusz Felisiak
2020-01-16[3.0.x] Added apps.py to project from tutorials in reusable apps docs.Anael Mobilia
2020-01-15[3.0.x] Clarified backport policy for regressions.Carlton Gibson
2020-01-15[3.0.x] Fixed #31124 -- Fixed setting of get_FOO_display() when overriding in...Carlton Gibson
2020-01-15[3.0.x] Refs #29998 -- Corrected auto-created OneToOneField parent_link in MT...Mariusz Felisiak
2020-01-15[3.0.x] Refs #31136 -- Made QuerySet.values()/values_list() group only by sel...Mariusz Felisiak
2020-01-14[3.0.x] Refs #31097 -- Added release notes for 2f565f84aca136d9cc4e4d061f3196...Carlton Gibson
2020-01-14[3.0.x] Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter whe...David Wobrock
2020-01-13[3.0.x] Fixed typo in docs/ref/django-admin.txt.Daniel Hahler
2020-01-11[3.0.x] Fixed #31155 -- Fixed a system check for the longest choice when a na...Mariusz Felisiak
2020-01-10[3.0.x] Fixed #31154 -- Added support for using enumeration types in templates.Adam Johnson
2020-01-09[3.0.x] More accurate terminology ("logger" instead of "logging handler") in ...Kal Sze
2020-01-08[3.0.x] Clarified that ValueError raised by converter.to_python() means no ma...Jack Cushman
2020-01-08[3.0.x] Fixed #31141 -- Relaxed system check of translation settings for subl...Mariusz Felisiak
2020-01-07[3.0.x] Fixed #31103 -- Improved pagination topic documentation.Mark Bailey
2020-01-07[3.0.x] Fixed timezones tests for PyYAML 5.3+.Mariusz Felisiak
2020-01-06[3.0.x] Corrected notes about default date/datetime/time input formats.Claude Paroz
2020-01-04[3.0.x] Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/val...Mariusz Felisiak
2020-01-03[3.0.x] Fixed #31133 -- Fixed crash when subtracting against a subquery annot...Simon Charette
2020-01-03[3.0.x] Fixed typo in docs/index.txt.Marya Belanger
2020-01-03[3.0.x] Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.Mariusz Felisiak
2020-01-02[3.0.x] Added stub release notes for 3.0.3.Mariusz Felisiak
2020-01-02[3.0.x] Post-release version bump.Mariusz Felisiak
2020-01-02[3.0.x] Bumped version for 3.0.2 release.3.0.2Mariusz Felisiak
2020-01-02[3.0.x] Added release date for 3.0.2.Mariusz Felisiak
2020-01-02[3.0.x] Fixed typo in ref/forms/widgets.txt.Mariusz Felisiak
2019-12-31[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre
2019-12-31[3.0.x] Refs #30780 -- Moved "First steps" section to the top of index page.Gabriel Augendre
2019-12-30[3.0.x] Added guidelines for assertIs() usage.Mads Jensen
2019-12-30[3.0.x] Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.Simon Charette
2019-12-30[3.0.x] Fixed #31071 -- Disabled insert optimization for primary keys with de...Simon Charette
2019-12-23[3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ...Mariusz Felisiak