| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-27 | Updated OWASP Top 10 link to the latest version. | Vedran Karačić | |
| 2018-12-27 | Fixed broken links to PyYAML page. | CHI Cheng | |
| 2018-12-24 | Added import locations to contrib.postgres aggregates and validators docs. | Marten Kenbeek | |
| 2018-12-24 | Fixed #30056 -- Added SQLite support for StdDev and Variance functions. | Nick Pope | |
| 2018-12-24 | Fixed #20098 -- Added a check for model Meta.db_table collisions. | Sanyam Khurana | |
| 2018-12-22 | Renamed Sqlite and Sqlite3 references to SQLite. | Nick Pope | |
| 2018-12-22 | Fixed #30055 -- Dropped support for SQLite < 3.8.3. | Tim Graham | |
| 2018-12-22 | Refs #29928 -- Adjusted release notes of SQLite test constraint checking. | Simon Charette | |
| 2018-12-21 | Fixed #29750 -- Added View.setup() hook for class-based views. | François Freitag | |
| 2018-12-20 | Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments. | Carlton Gibson | |
| 2018-12-19 | Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations. | Dakota Hawkins | |
| 2018-12-17 | Fixed #29928 -- Enabled deferred constraint checks on SQLite 3.20+. | Simon Charette | |
| Refs #11665, #14204. Thanks Michel Samia for the report. | |||
| 2018-12-15 | Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ↵ | Simon Charette | |
| are enabled. Prior to this change foreign key constraint references could be left pointing at tables dropped during operations simulating unsupported table alterations because of an unexpected failure to disable foreign key constraint checks. SQLite3 does not allow disabling such checks while in a transaction so they must be disabled beforehand. Thanks ezaquarii for the report and Carlton and Tim for the review. | |||
| 2018-12-12 | Fixed #30036 -- Removed unused imports in pagination example. | Carlton Gibson | |
| 2018-12-09 | Added blank line in docs/releases/2.2.txt. | Jon Dufresne | |
| 2018-12-07 | Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+. | Simon Charette | |
| SQLite 3.26 repoints foreign key constraints on table renames even when foreign_keys pragma is off which breaks every operation that requires a table rebuild to simulate unsupported ALTER TABLE statements. The newly introduced legacy_alter_table pragma disables this behavior and restores the previous schema editor assumptions. Thanks Florian Apolloner, Christoph Trassl, Chris Lamb for the report and troubleshooting assistance. | |||
| 2018-12-06 | Fixed #28766 -- Added ResolverMatch.route. | Benjamin Wohlwend | |
| Co-Authored-By: Xavier Fernandez <xavier.fernandez@polyconseil.fr> | |||
| 2018-12-06 | Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for ↵ | Rodrigo | |
| atomic migrations. | |||
| 2018-12-06 | Bumped mysqlclient requirement to >= 1.3.13. | Tim Graham | |
| There are test failures with older versions. | |||
| 2018-12-05 | Reverted "Fixed #25251 -- Made data migrations available in ↵ | Tim Graham | |
| TransactionTestCase when using --keepdb." This reverts commits b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6 and 9fa0d3786febf36c87ef059a39115aa1ce3326e8 due to reverse build failures for which a solution isn't forthcoming. | |||
| 2018-12-05 | Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with ↵ | Tim Graham | |
| mysqlclient 1.3.14+. | |||
| 2018-12-04 | Added stub release notes for 2.1.5 release. | Carlton Gibson | |
| 2018-12-03 | Added release date for 2.1.4. | Carlton Gibson | |
| 2018-12-03 | Fixed #29930 -- Allowed editing in admin with view-only inlines. | Carlton Gibson | |
| Co-authored-by: Tim Graham <timograham@gmail.com> | |||
| 2018-12-03 | Added release date for 1.11.17. | Carlton Gibson | |
| 2018-11-29 | Fixed #29991 -- Doc'd logger propogation for the default logging config. | raratiru | |
| 2018-11-28 | Fixed #29929 -- Fixed admin view-only change form crash when using ↵ | Basil Dubyk | |
| ModelAdmin.prepopulated_fields. | |||
| 2018-11-28 | Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regarding when ↵ | Tim Graham | |
| they're populated. | |||
| 2018-11-27 | Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates. | Tim Graham | |
| 2018-11-27 | Corrected Aggregate docs to reflect that it accepts multiple expressions. | Simon Charette | |
| 2018-11-26 | Refs #29722 -- Added introspection of materialized views for Oracle. | Mariusz Felisiak | |
| Thanks Tim Graham for the review. | |||
| 2018-11-26 | Updated docs for fast column creation with defaults in PostgreSQL 11. | Damian Dimmich | |
| 2018-11-23 | Refs #23801 -- Made integer field max_length warning show correct field type. | Nick Pope | |
| 2018-11-23 | Fixed typo in docs/topics/i18n/translation.txt. | andreage | |
| 2018-11-21 | Fixed #29949 -- Refactored db introspection identifier converters. | Mariusz Felisiak | |
| Removed DatabaseIntrospection.table_name_converter()/column_name_converter() and use instead DatabaseIntrospection.identifier_converter(). Removed DatabaseFeatures.uppercases_column_names. Thanks Tim Graham for the initial patch and review and Simon Charette for the review. | |||
| 2018-11-20 | Fixed #29953 -- Added CSS class to column headers in tabular inlines. | redodo | |
| The class name is the same as one given to the fields in the change list. | |||
| 2018-11-20 | Refs #29849 -- Forwardported 2.1.4 release note. | Tim Graham | |
| 2018-11-20 | Corrected docs and removed unused code for got_request_exception signal's ↵ | Tim Graham | |
| sender argument. Inaccurate since 7d1b69dbe7f72ac04d2513f0468fe2146231b286. | |||
| 2018-11-19 | Refs #29722 -- Added introspection of partitions for PostgreSQL. | Nick Pope | |
| 2018-11-19 | Fixed #29478 -- Added support for mangled names to cached_property. | Thomas Grainger | |
| Co-Authored-By: Sergey Fedoseev <fedoseev.sergey@gmail.com> | |||
| 2018-11-17 | Doc'd purpose of "Database backend API" backwards incompatible changes section. | Tim Graham | |
| 2018-11-17 | Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x. | Tim Graham | |
| 2018-11-16 | Fixed #29959 -- Cached GEOS version in WKBWriter class. | Claude Paroz | |
| Regression in f185d929fa1c0caad8c03fccde899b647d7248c6. | |||
| 2018-11-16 | Removed release date for 2.0.10 and 1.11.17. | Tim Graham | |
| 2018-11-15 | Fixed #29864 -- Added link targets for low-level cache API. | Prabakaran Kumaresshan | |
| 2018-11-15 | Fixed #29952 -- Lowercased all passwords in contrib.auth's ↵ | Mathew Payne | |
| auth/common-passwords.txt.gz. | |||
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-11-14 | Fixed #29939 -- Increased Group.name max_length to 150 characters. | Timothy Allen | |
| 2018-11-14 | Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data. | Basil Dubyk | |
| 2018-11-14 | Fixed typo in docs/ref/middleware.txt. | Daniel Musketa | |
