summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2019-12-02[3.0.x] Finalized release notes for Django 3.0.Carlton Gibson
2019-12-02[3.0.x] Added CVE-2019-19118 to the security archive.Carlton Gibson
2019-12-02[3.0.x] Removed issue reporter name from 2.1.15 and 2.2.8 release notes.Carlton Gibson
2019-12-02[3.0.x] Added release dates for 2.1.15, 2.2.8 and 3.0.Carlton Gibson
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-12-02[3.0.x] Refs #30953 -- Added 2.1.15 release note for 0107e3d1058f653f66032f7f...Mariusz Felisiak
2019-12-02[3.0.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...Mariusz Felisiak
2019-11-29[3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak
2019-11-26[3.0.x] Used :ticket: role in all tickets links.Sergey Fedoseev
2019-11-26[3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...Baptiste Mispelon
2019-11-21[3.0.x] Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of r...Carlton Gibson
2019-11-21[3.0.x] Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django ...Hasan Ramezani
2019-11-19[3.0.x] Added stub release notes for 2.1.15.Mariusz Felisiak
2019-11-12[3.0.x] Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.Mariusz Felisiak
2019-11-12[3.0.x] Added stub release notes for 2.2.8 release.Mariusz Felisiak
2019-11-06[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch
2019-11-04[3.0.x] Added Uzbek language.Claude Paroz
2019-11-04[3.0.x] Added release dates for 2.2.7, 2.1.14, and 1.11.26.Mariusz Felisiak
2019-11-04[3.0.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().Carlton Gibson
2019-10-24[3.0.x] Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Inde...Hannes Ljungberg
2019-10-14[3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...Mariusz Felisiak
2019-10-11[3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand s...Louise Grandjonc
2019-10-10[3.0.x] Fixed typos in docs/releases/3.0.txt.Mariusz Felisiak
2019-10-02[3.0.x] Added stub release notes for 1.11.26 and 2.1.14.Mariusz Felisiak
2019-10-01[3.0.x] Added stub release notes for 2.2.7.Carlton Gibson
2019-10-01[3.0.x] Added release dates for 2.2.6, 2.1.13, and 1.11.25.Carlton Gibson
2019-09-16[3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/...Simon Charette
2019-09-16[3.0.x] Added stub release notes for 1.11.25 and 2.1.13.Mariusz Felisiak
2019-09-13[3.0.x] Refs #27910 -- Improved documentation for model field choice enumerat...Nick Pope
2019-09-12[3.0.x] Added PBKDF2 hasher iteration increase to 3.0 release notes.Carlton Gibson
2019-09-10Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.Simon Charette
2019-09-10Finalised release notes for 3.0 alpha release.Carlton Gibson
2019-09-09Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...Vojtech Bocek
2019-09-09Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope
2019-09-09Refs #30426 -- Moved release notes into separate security section.Nick Pope
2019-09-09Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe
2019-09-09Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.Claude Paroz
2019-09-05Moved release note for refs #30158 from deprecated to backwards incompatible ...Mariusz Felisiak
2019-09-05Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.Mariusz Felisiak
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger
2019-09-04Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain
2019-09-04Added stub release notes for 2.2.6.Mariusz Felisiak
2019-09-02Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson
2019-09-02Added release dates for 2.2.5, 2.1.12, and 1.11.24.Mariusz Felisiak
2019-08-30Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.yukihira1992
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-08-23Fixed #30507 -- Updated admin's jQuery to 3.4.1.Dulmandakh
2019-08-21Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen