summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2019-02-25[2.2.x] Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-14[2.2.x] Removed docs of unused libgeoip1/python-gdal packages.Tim Graham
2019-02-12[2.2.x] Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani
2019-02-12[2.2.x] Doc'd database functions for overlaps lookup.Claude Paroz
2019-02-09[2.2.x] Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database bac...Tim Graham
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2019-02-07[2.2.x] Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-02-06[2.2.x] Refs #15372 -- Removed obsolete docs about manage.py setting sys.path.Andy Chosak
2019-02-05[2.2.x] Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and LOGOUT_RE...Tim Graham
2019-02-04[2.2.x] Refs #30055 -- Bumped minimum SQLite version in GIS docs.Tim Graham
2019-01-31[2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).Robert Coup
2019-01-31[2.2.x] Corrected output of Prefetch.to_attr example.Sergey Fedoseev
2019-01-30[2.2.x] Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_...Carlton Gibson
2019-01-27[2.2.x] Fixed typo in docs/ref/request-response.txt.Sergey Fursov
2019-01-21[2.2.x] Corrected GenericRelation's related_query_name manual lookup example.Pavel Savchenko
2019-01-17[2.2.x] Refs #28606 -- Corrected deprecation version for CachedStaticFilesSto...Tim Graham
2019-01-17[2.2.x] Fixed typo in QuerySet.bulk_update() documentation.Day Barr
2019-01-16Fixed #20147 -- Added HttpRequest.headers.Santiago Basulto
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-12Fixed #30062 -- Added support for unique conditional constraints.Paveł Tyślacki
2019-01-11Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optio...MaximZemskov
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2019-01-11Documented ping_google()'s ping_url argument.Sanyam Khurana
2019-01-10Fixed typos in docs/ref/models/constraints.txt.Tim Graham
2019-01-10Refs #28643 -- Added NullIf database function.Mads Jensen
2019-01-09Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon
2019-01-09Corrected whitespace in docs/ref/contrib/auth.txt.Tim Graham
2019-01-09Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.Hasan Ramezani
2019-01-09Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette
2019-01-02Fixed typo in docs/ref/migration-operations.txt.Jozef
2018-12-29Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of...Paveł Tyślacki
2018-12-29Added examples to HttpRequest.build_absolute_uri() docs.Adam Johnson
2018-12-24Added import locations to contrib.postgres aggregates and validators docs.Marten Kenbeek
2018-12-24Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope
2018-12-24Fixed #20098 -- Added a check for model Meta.db_table collisions.Sanyam Khurana
2018-12-22Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope
2018-12-22Fixed #30055 -- Dropped support for SQLite < 3.8.3.Tim Graham
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-06Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend
2018-12-06Bumped mysqlclient requirement to >= 1.3.13.Tim Graham
2018-12-05Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...Tim Graham
2018-11-28Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regarding when t...Tim Graham
2018-11-27Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham
2018-11-27Corrected Aggregate docs to reflect that it accepts multiple expressions.Simon Charette