summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-04[3.0.x] Bumped version for 3.0.4 release.3.0.4Mariusz Felisiak
2020-03-04[3.0.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS fu...Mariusz Felisiak
2020-03-03[3.0.x] Fixed #31150 -- Included subqueries that reference related fields in ...Mariusz Felisiak
2020-03-03[3.0.x] Documented default value of InlineModelAdmin.extra.Adam Johnson
2020-02-29[3.0.x] Removed outdated note about not supporting partial indexes by Django.Mariusz Felisiak
2020-02-27[3.0.x] Refs #31312 -- Fixed FTimeDeltaTests.test_date_case_subtraction() test.Mariusz Felisiak
2020-02-27[3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette
2020-02-27[3.0.x] Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.Andrey Doroschenko
2020-02-26[3.0.x] Removed hint from fields.E310 message in system check docs.Mariusz Felisiak
2020-02-24[3.0.x] Fixed #31303 -- Removed outdated note about symmetrical intermediate ...Matheus Cunha Motta
2020-02-20[3.0.x] Fixed #31182 -- Adjusted release notes for ASGI support.Adam Johnson
2020-02-19[3.0.x] Fixed #30040 -- Used default permission name in docs examples to avoi...Hasan Ramezani
2020-02-18[3.0.x] Fixed #31282 -- Corrected RelatedManager docs for using add/remove/se...Carlton Gibson
2020-02-18[3.0.x] Fixed #31271 -- Preserved ordering when unifying query parameters on ...Mariusz Felisiak
2020-02-14[3.0.x] Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments.Hasan Ramezani
2020-02-12[3.0.x] Fixed #31241 -- Clarified porting translations of the Django docs to ...Takuya Noguchi
2020-02-11[3.0.x] Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of...Abhijeet Viswa
2020-02-11[3.0.x] Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper i...Florian Apolloner
2020-02-11[3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper ...Florian Apolloner
2020-02-11[3.0.x] Fixed #31253 -- Fixed data loss possibility when using caching from a...Jon Dufresne
2020-02-10[3.0.x] Added stub release notes for 2.2.11.Mariusz Felisiak
2020-02-10[3.0.x] Added "Bugfixes" section to release notes for 3.0.4.Mariusz Felisiak
2020-02-05[3.0.x] Improved grammar in 3.0 release notes for SECURE_CONTENT_TYPE_NOSNIFF...Adam Johnson
2020-02-03[3.0.x] Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-cod...Vibhu Agarwal
2020-02-03[3.0.x] Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-fe...Vibhu Agarwal
2020-02-03[3.0.x] Added stub release notes for 3.0.4.Carlton Gibson
2020-02-03[3.0.x] Added CVE-2020-7471 to security archive.Carlton Gibson
2020-02-03[3.0.x] Post-release version bump.Carlton Gibson
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