summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2019-09-30[2.2.x] Doc'd that migrate commmand accepts a unique migration name prefix.David Vaz
Backport of e02f67ef2d03d48128e7a118bf75f0418e24e8ac from master
2019-09-27[2.2.x] Fixed #30597 -- Clarified how to unapply migrations.David Vaz
Backport of 45554fd5c5c6a536db3ce70d78646d3dc398cf08 from master
2019-09-27[2.2.x] Refs #30597 -- Added a warning about dependent apps when unapplying ↵David Vaz
migrations. Backport of abba563c8635a52e8b657dee7708202e1f69433c from master
2019-09-27[2.2.x] Fixed #30216 -- Doc'd that BooleanField is no longer blank=True in ↵David Vaz
Django 2.1.
2019-09-27[2.2.x] Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.Glenn
Backport of c2678e49759e5c4c329bff0eeca2886267005d21 from master
2019-09-24[2.2.x] Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz
Backport of d71497bb249a2c3ffec41e99089f5ae8e575f2d3 from master
2019-09-24[2.2.x] Fixed #30732 -- Doc'd that SameSite cookies flags can affect ↵Jezeniel Zapanta
xframe_options_exempt. Backport of e8ad265ac882f8f118d2c4a7618bd3e3916fc13e from master
2019-09-23[2.2.x] Refs #29915 -- Doc'd limitation of using pattern lookups with ↵Mariusz Felisiak
UUIDField on PostgreSQL. Backport of 343afa788080fb874bcd10eab1a1a2fede98c526 from master
2019-09-19[2.2.x] Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal ↵Carlton Gibson
receivers for add() and remove(). Thank you to Mariusz Felisiak for review. Backport of bae05bcf68710cb6dafa51325c3ec83ddda83c39 from master
2019-09-14[2.2.x] Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.Claude Paroz
Backport of b8dff52f440adfb78b40e19ee8bff45373ca2501 from master
2019-09-13[2.2.x] Fixed typos in docs/ref/settings.txt.Ben Falk
Backport of 4056558a1c9cf650ab6e7cb1a319206d2e8c770f from master.
2019-09-09[2.2.x] Standardized links for headers in security middleware documentation.Nick Pope
Backport of fc62e16291136513ac0d67d6a2c71e8674740435 from master
2019-08-31[2.2.x] Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt.Daria Kolodzey
Thanks Emmanuel Cazenave for the report. Backport of 3f8ee58ccc5c55e62625ad797ddde05778fe1bec from master
2019-08-28[2.2.x] Fixed #30733 -- Doc'd that datetime lookups require time zone ↵Andrew
definitions in the database. Note was missing for date, year, iso_year, week, time, hour, minute, and second lookups. Backport of 29adcd215f80383f00d9f837311e857142319722 from master
2019-08-27[2.2.x] Doc'd for_save argument of Expression.resolve_expression().Matthew Schinckel
Backport of dba749917f73ce517448a42fed38dd61382e92a7 from master
2019-08-23[2.2.x] Fixed typo in docs/ref/applications.txt.Ali Mirlou
Backport of 33b9b23bbb6c373843ef184d24438c1bdff37c82 from master
2019-08-21[2.2.x] Fixed broken links and redirects in documentation.François Freitag
Removed reference to custom builds, feature removed in https://github.com/openlayers/openlayers/commit/8e6b3bba994f5908e51c492ac314240863178789. Backport of 9a88e43aeba6cc85ffb2a48a06c296ccf68e0d71 from master
2019-08-19[2.2.x] Removed outdated examples of flatpages served sites.Garry Polley
Removing the lawrence journal flat page examples because one is no longer a web page (404) and the other is no longer served by Django: https://www.reddit.com/r/django/comments/8v0fpb/the_lawrence_journalworld_where_django_was/ Backport of 10528a81edaca4275e4762b82336e129b0cfe17d from master
2019-08-19[2.2.x] Fixed broken links and redirects to OGR library in docs.Mariusz Felisiak
Backport of 49aeabbf27637dbdb7a96d43b164a20c8c8ea70b from master
2019-08-17[2.2.x] Fixed #30694 -- Documented FileResponse does not seek its file source.Claude Paroz
Backport of 7203efb799969b4662ecb58f4cefd2a5f2e0062b from master
2019-08-11[2.2.x] Fixed #30696 -- Removed obsolete mention of CheckConstraint in the ↵Akash Agrawal
AddConstraint docs. Follow up to 8eae094638acf802c8047b341d126d94bc9b45a3. Backport of c1b26c77a94c13b350d80e9a2f8d0393dee737cd from master
2019-08-11[2.2.x] Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint().Akash Agrawal
Backport of af08a5441585393b287535b9417436b896bd8052 from master
2019-08-09[2.2.x] Fixed #30688 -- Clarified base_manager_name docs.Carlton Gibson
Backport of 514efa3129792ec2abb2444f3e7aeb3f21a38386 from master
2019-08-08[2.2.x] Fixed #30673 -- Relaxed system check for db_table collision when ↵Adnan Umer
database routers are installed by turning the error into a warning. Backport of 8d3519071ec001f763b70a3a1f98ae2e980bd552 from master.
2019-08-02[2.2.x] Corrected StreamingHttpResponse.streaming_content description in docs.niauah
Backport of 75f8264083c2c938da757fcef3678faee66b1d45 from master
2019-07-19[2.2.x] Refs #30083 -- Added a warning about performing queries in ↵Mariusz Felisiak
pre/post_init receivers. Thanks Carlton Gibson the review. Backport of fc1182af01c391ce33d7fcf51c756829c6a11d5b from master
2019-07-19[2.2.x] Refs #30083 -- Clarified database state of instances in ↵Mariusz Felisiak
signals.pre_init docs. Backport of a2e1c17f193f5017e1f6fac7d860f1f9e34d7892 from master
2019-07-18[2.2.x] Refs #30547 -- Clarified that partial UniqueConstraints don't affect ↵Mariusz Felisiak
model validation. Backport of 230d75f59c43b9731465c4ec92ad714e301637b8 from master
2019-07-16[2.2.x] Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
Backport of ad4e83a6d1c0a212fae751a3125dff6e28b2390a from master
2019-07-11[2.2.x] Doc'd --no-input option for createsuperuser.Hasan Ramezani
Backport of 8dd5877f58f84f2b11126afbd0813e24545919ed from master
2019-07-09[2.2.x] Fixed typos in docs/ref/django-admin.txt.Mariusz Felisiak
Backport of 24e8f7f7d3063a3bbfe14774080bc89035b4a3e2 from master
2019-07-02[2.2.x] Fixed #28588 -- Doc'd User.has_perm() & co. behavior for active ↵Carlton Gibson
superusers. Equivalent note for PermissionsMixin was added in d33864ed138f65070049a3ac20ee98e03a1442b9. Backport of 4b32d039dbb59b3c3e76587df5c58150e752d9ac from master
2019-07-01[2.2.x] Fixed #30589 -- Clarified that urlize should be applied only to ↵aitoehigie
email addresses without single quotes. Backport of c2f381ef17058e5cfea58ae507983d2e459a2888 from master
2019-07-01[2.2.x] Fixed CVE-2019-12781 -- Made HttpRequest always trust ↵Carlton Gibson
SECURE_PROXY_SSL_HEADER if set. An HTTP request would not be redirected to HTTPS when the SECURE_PROXY_SSL_HEADER and SECURE_SSL_REDIRECT settings were used if the proxy connected to Django via HTTPS. HttpRequest.scheme will now always trust the SECURE_PROXY_SSL_HEADER if set, rather than falling back to the request scheme when the SECURE_PROXY_SSL_HEADER did not have the secure value. Thanks to Gavin Wahl for the report and initial patch suggestion, and Shai Berger for review. Backport of 54d0f5e62f54c29a12dd96f44bacd810cbe03ac8 from master
2019-06-24[2.2.x] Fixed typo in docs/ref/models/indexes.txt.Alexey Opalev
Backport of 2f91e7832fd2e51dfb75f6027b673a943e736ef0 from master
2019-06-22[2.2.x] Removed unneeded non-breaking spaces added in 00169bc36Claude Paroz
Backport of 8590726a5dd3087d40b549580703cd8c74f3d7b1 from master.
2019-06-20[2.2.x] Refs #30565 -- Doc'd HttpResponse.close() method.Chris Jerdonek
Backport of 533311782fd0c974208490ec9d11da3bbe179dea from master
2019-06-20[2.2.x] Fixed #30547 -- Doc'd how Meta.constraints affect model validation.Swat009
Backport of 00169bc36156d4a32546229bf39de91213709eaf from master
2019-06-19[2.2.x] Fixed typos in signals and custom management commands docs.Hasan Ramezani
Backport of a7038adbd02c916315b16939b835f021c2ee8880 from master
2019-06-18[2.2.x] Fixed typos and example in signals.pre_init docs.Hasan Ramezani
Backport of 036362e0cfe74e4ab8a65b99eb2aa9c35371fc04 from master
2019-06-11[2.2.x] Fixed intword example in docs/ref/contrib/humanize.txt.Jon Dufresne
Backport of 175656e166712db019a4704c4031510b9fd6b00a from master
2019-06-11[2.2.x] Fixed #30486 -- Fixed the default value of Aggregate.distinct and ↵Vyacheslav Ver
updated example of custom aggregate functions. Backport of 76b3fc5c8d8dffb441aaa08f75833888be2107af from master
2019-06-11[2.2.x] Changed charset and collation link to MySQL docs.Mykola Nicholas
Backport of f3a03d5b61bbf6a47c9aaf8113cff5b1befbcbc5 from master
2019-06-10[2.2.x] Removed redundant object descriptions to prevent warnings with ↵Mariusz Felisiak
Sphinx 2.1.0. Backport of 5ab75adb900ca3fce50e65e60b11f2eb3ce9fd25 from master
2019-06-04[2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choices ↵Caio Ariede
affect migrations. Backport of 5248abe9b0425c1fc989c60a55860cdb4d135bcf from master
2019-05-31[2.2.x] Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is ↵parth
the parent object. Backport of 85436473066aae5d793caeced010ea4f45da4e79 from master
2019-05-28[2.2.x] Fixed #30491 -- Clarified when save() on object with pk executes INSERT.Brad Solomon
Backport of 67b6cb7723b2765cb776bd59d5603e3e63eefc2e from master
2019-05-20[2.2.x] Refs #30062 -- Corrected UniqueConstraint signature in docs.GwynBleidD
Backport of 5402061c80aa2ede08a7c6b3ff204646c5059cf7 from master
2019-05-17[2.2.x] Changed docs to link to Python's description of iterable.Jon Dufresne
Backport of e86cc14bd36734d81c4e490a2453778e33b95a45 from master
2019-05-17[2.2.x] Fixed #25633 -- Updated macOS Spatialite installation instructions.Daniel Hepper
Updated the Spatialite installation instruction to refer to the latest available version from KyngChaos, as Gaia-SINS does not provide MacOS binaries anymore. Backport of ccb7f7c6d237900614290085cca103d9509b89b9 from master