summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.txt
AgeCommit message (Expand)Author
2020-10-13Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak
2020-07-03Fixed #30945 -- Doc'd plural equations changes in 2.2. release notes.David Smith
2020-06-10Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.Mariusz Felisiak
2020-04-14Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2019-11-21Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django 2.2.Hasan Ramezani
2019-11-12Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.Mariusz Felisiak
2019-09-10Refs #28478 -- Removed support for TestCase's allow_database_queries and mult...Mariusz Felisiak
2019-04-02Fixed typo in docs/releases/2.2.txt.Alex Gaynor
2019-04-01Corrected date format in 2.2 release notes.Carlton Gibson
2019-04-01Set release date in v2.2 release notes.Carlton Gibson
2019-03-18Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179).Carlton Gibson
2019-02-14Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne
2019-02-12Refs #29478 -- Clarified cached_property 2.2 release note.Tim Graham
2019-02-11Fixed typo in docs/releases/2.2.txt.Atul Varma
2019-01-29Fixed typo in docs/releases/2.2.txt.Daniel Hahler
2019-01-28Refs #30033 -- Doc'd change regarding apps without migrations depending on ap...Tim Graham
2019-01-17Removed empty sections from 2.2 release notes.Carlton Gibson
2019-01-16Fixed #20147 -- Added HttpRequest.headers.Santiago Basulto
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-15Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson
2019-01-14Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.Nick Pope
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2019-01-12Refs #28643 -- Added Reverse database function.Nick Pope
2019-01-11Refs #29738 -- Allowed registering serializers with MigrationWriter.can
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2019-01-10Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2019-01-10Refs #28643 -- Added NullIf database function.Mads Jensen
2019-01-10Added Armenian languageClaude Paroz
2019-01-09Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon
2019-01-09Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette
2019-01-09Refs #23748 -- Added AutoField introspection for SQLite.Nick Pope
2019-01-01Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...Paveł Tyślacki
2018-12-27Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...Jon Dufresne
2018-12-24Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope
2018-12-22Fixed #30055 -- Dropped support for SQLite < 3.8.3.Tim Graham
2018-12-22Refs #29928 -- Adjusted release notes of SQLite test constraint checking.Simon Charette
2018-12-21Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag
2018-12-19Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.Dakota Hawkins
2018-12-17Fixed #29928 -- Enabled deferred constraint checks on SQLite 3.20+.Simon Charette
2018-12-09Added blank line in docs/releases/2.2.txt.Jon Dufresne
2018-12-06Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend
2018-12-06Bumped mysqlclient requirement to >= 1.3.13.Tim Graham
2018-11-26Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak
2018-11-21Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak
2018-11-20Fixed #29953 -- Added CSS class to column headers in tabular inlines.redodo
2018-11-19Refs #29722 -- Added introspection of partitions for PostgreSQL.Nick Pope