| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-25 | [2.2.x] Fixed documentation of database representation for ManyToManyField. | Mariusz Felisiak | |
| Backport of b0799f5d86b6c0ccb1dcba6e0d2eee336f7f5928 from master | |||
| 2019-02-14 | [2.2.x] Removed docs of unused libgeoip1/python-gdal packages. | Tim Graham | |
| Backport of 21f9d437374ee078ee46e23b64efa3d52ca6f49a from master. | |||
| 2019-02-12 | [2.2.x] Fixed #29943 -- Doc'd that admin changelist may add pk to ordering. | Hasan Ramezani | |
| Backport of f63811f4813f0e0439e140a97eeba18a5017e858 from master. | |||
| 2019-02-12 | [2.2.x] Doc'd database functions for overlaps lookup. | Claude Paroz | |
| Backport of 8cf9dbee6aeca57ab4dac986e46b79a2d234f703 from master | |||
| 2019-02-09 | [2.2.x] Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database ↵ | Tim Graham | |
| backends" as it's inactive. Backport of 56b50cbf73ecfd4577bb7cfe8dc8ccd4befd7e00 from master. | |||
| 2019-02-08 | [2.2.x] Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master | |||
| 2019-02-07 | [2.2.x] Updated Oracle docs links to Oracle 18c. | Mariusz Felisiak | |
| Backport of 759a9b710c0e5a6009cfba406ff562919fa70ef0 from master | |||
| 2019-02-06 | [2.2.x] Refs #15372 -- Removed obsolete docs about manage.py setting sys.path. | Andy Chosak | |
| Backport of 80f4ecc64751d5cf13a7233aa520209fee4757c8 from master | |||
| 2019-02-05 | [2.2.x] Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and ↵ | Tim Graham | |
| LOGOUT_REDIRECT_URL docs. Backport of b709d701303b3877387020c1558a590713b09853 from master. | |||
| 2019-02-04 | [2.2.x] Refs #30055 -- Bumped minimum SQLite version in GIS docs. | Tim Graham | |
| Backport of 4763c9719135f4de17924d9c8524f1cfe41bc645 from master. | |||
| 2019-01-31 | [2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText). | Robert Coup | |
| Backport of a8b03bea180e0660c0e159f3e7cf6192b512925f from master | |||
| 2019-01-31 | [2.2.x] Corrected output of Prefetch.to_attr example. | Sergey Fedoseev | |
| Backport of ba7a420012799b26ec9e969d0276d2ccee93c1f5 from master. | |||
| 2019-01-30 | [2.2.x] Fixed #30091 -- Doc'd middleware ordering requirements with ↵ | Carlton Gibson | |
| CSRF_USE_SESSIONS. Backport of bae66e759faee8513da4b11d3fd16b044b415bdb from master. | |||
| 2019-01-27 | [2.2.x] Fixed typo in docs/ref/request-response.txt. | Sergey Fursov | |
| Backport of 20ea68c4fea2beca258634ef026146d1555cc5b7 from master. | |||
| 2019-01-21 | [2.2.x] Corrected GenericRelation's related_query_name manual lookup example. | Pavel Savchenko | |
| And changed related_query_name to a singular noun. Backport of 130192b12b63357a8f5ff448cd0edfa5a8094909 from master. | |||
| 2019-01-17 | [2.2.x] Refs #28606 -- Corrected deprecation version for ↵ | Tim Graham | |
| CachedStaticFilesStorage. Backport of 6713926ebe22172e50f283185f969275c326416d from master | |||
| 2019-01-17 | [2.2.x] Fixed typo in QuerySet.bulk_update() documentation. | Day Barr | |
| Backport of 51fa59f0b39b24d4a589e01a26e539c3134a6c42 from master. | |||
| 2019-01-16 | Fixed #20147 -- Added HttpRequest.headers. | Santiago Basulto | |
| 2019-01-15 | Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a ↵ | Collin Anderson | |
| through model. | |||
| 2019-01-14 | Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin. | Nick Pope | |
| Keeps precision instead of forcing DecimalField to FloatField. | |||
| 2019-01-14 | Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin. | Nick Pope | |
| Keeps precision instead of forcing DecimalField to FloatField. | |||
| 2019-01-14 | Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin. | Nick Pope | |
| Keeps precision instead of forcing DecimalField to FloatField. | |||
| 2019-01-13 | Fixed #27685 -- Added watchman support to the autoreloader. | Tom Forbes | |
| Removed support for pyinotify (refs #9722). | |||
| 2019-01-12 | Refs #28643 -- Added Reverse database function. | Nick Pope | |
| Thanks Mariusz Felisiak for Oracle advice and review. | |||
| 2019-01-12 | Fixed #30062 -- Added support for unique conditional constraints. | Paveł Tyślacki | |
| 2019-01-11 | Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() ↵ | MaximZemskov | |
| optional. Restored backwards compatibility after refs #27991. Regression in be6ca89396c031619947921c81b8795d816e3285. | |||
| 2019-01-11 | Refs #23829 -- Made ping_google command/function use https for the sitemap URL. | Sanyam Khurana | |
| 2019-01-11 | Documented ping_google()'s ping_url argument. | Sanyam Khurana | |
| 2019-01-10 | Fixed typos in docs/ref/models/constraints.txt. | Tim Graham | |
| 2019-01-10 | Refs #28643 -- Added NullIf database function. | Mads Jensen | |
| Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews. | |||
| 2019-01-09 | Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user(). | Joshua Cannon | |
| 2019-01-09 | Corrected whitespace in docs/ref/contrib/auth.txt. | Tim Graham | |
| 2019-01-09 | Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates. | Hasan Ramezani | |
| 2019-01-09 | Fixed #28658 -- Added DISTINCT handling to the Aggregate class. | Simon Charette | |
| 2019-01-02 | Fixed typo in docs/ref/migration-operations.txt. | Jozef | |
| 2018-12-29 | Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor ↵ | Paveł Tyślacki | |
| of Meta.constraints. | |||
| 2018-12-29 | Added examples to HttpRequest.build_absolute_uri() docs. | Adam Johnson | |
| 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-21 | Fixed #29750 -- Added View.setup() hook for class-based views. | François Freitag | |
| 2018-12-19 | Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations. | Dakota Hawkins | |
| 2018-12-06 | Fixed #28766 -- Added ResolverMatch.route. | Benjamin Wohlwend | |
| Co-Authored-By: Xavier Fernandez <xavier.fernandez@polyconseil.fr> | |||
| 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-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 | |
