summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2018-10-17Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...Florian Apolloner
2018-10-15Fixed #29817 -- Deprecated settings.FILE_CHARSET.Jon Dufresne
2018-10-11Fixed #29814 -- Added support for NoneType serialization in migrations.Patrik Sletmo
2018-10-11Fixed #29836 -- Bumped required cx_Oracle to 6.0.Mariusz Felisiak
2018-10-10Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.Jon Dufresne
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-10-02Refs #29722 -- Added introspection of materialized views for PostgreSQL.Nick Pope
2018-10-02Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.Nick Pope
2018-10-01Adjusted text for CVE-2018-16984 in security release archive.Carlton Gibson
2018-10-01Added CVE-2018-16984 to the security release archive.Carlton Gibson
2018-10-01Added stub release notes for 2.1.3 release.Carlton Gibson
2018-10-01Added stub release notes for 2.0.10 release.Carlton Gibson
2018-10-01Added stub release notes for 1.11.17 release.Carlton Gibson
2018-10-01Added release date for 2.1.2 release.Carlton Gibson
2018-10-01Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user...Tim Graham
2018-10-01Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...Carlton Gibson
2018-10-01Added release date for 2.0.9 release.Carlton Gibson
2018-10-01Added release date for 1.11.16.Carlton Gibson
2018-09-29Updated translations from TransifexClaude Paroz
2018-09-26Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...Mariusz Felisiak
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-25Fixed #29778 -- Fixed quoting of unique index names.Oleg
2018-09-25Refs #27795 -- Removed force_bytes() usage in utils/_os.py.Jon Dufresne
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes
2018-09-18Fixed typo in docs/releases/2.1.txt.Tim Graham
2018-09-17Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz
2018-09-16Fixed #29759 -- Fixed crash on Oracle when fetching a returned insert id with...Mariusz Felisiak
2018-09-14Fixed #29755 -- Made migrations detect changes to Meta.default_related_name.Simon Charette
2018-09-13Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales
2018-09-11Fixed #29749 -- Made the migrations loader ignore files starting with a tilde...Tim Graham
2018-09-11Fixed #29560 -- Added --force-color management command option.Hasan Ramezani
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-09-08Fixed #29727 -- Made nonexistent joins in F() raise FieldError.Alexander Holmbäck
2018-08-31Refs #29426 -- Fixed typo in docs/releases/2.2.txt.Josh Schneier
2018-08-31Added stub release notes for 2.1.2.Carlton Gibson
2018-08-31Added release date for 2.1.1.Carlton Gibson
2018-08-30Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't ...Tim Graham
2018-08-29Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak
2018-08-28Fixed #29718 -- Doc'd admin template collision backwards incompatibility in D...Tim Graham
2018-08-27Fixed #29703 -- Deprecated QuerySetPaginator alias.Nick Pope
2018-08-25Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.Dan Palmer
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
2018-08-21Fixed typo in docs/releases/2.0.5.txt.Tim Graham
2018-08-20Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...Tim Graham
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-08-18Refs #29426 -- Made UUIDField render values with dashes.Tim Graham
2018-08-17Fixed #29663 -- Made admin change view redirect to changelist with view permi...Jon Dufresne
2018-08-15Fixed #29662 -- Allowed test client to accept structured suffix JSON content ...Marnanel Thurman
2018-08-11Refs #29449 -- Removed release note for "Allowed using contrib.auth forms wit...Dragoon Aethis