summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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
2019-05-17[2.2.x] Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight ↵Alex
atomicity warning. Backport of 1686dce06c1f3587e90ea98816eddaa965fd9f45 from master
2019-05-15[2.2.x] Changed tuple choices to list in docs.Jon Dufresne
Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master
2019-05-07[2.2.x] Fixed typo in docs/ref/django-admin.txt.Daniel Musketa
Backport of 59de9494e7513de29bc71bd0b27445daff25a4b3 from master
2019-05-07[2.2.x] Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() ↵Tobias Kunze
accepts the field the relation points to. Backport of a44a21a22f20c1a710670676fcca798dd6bb5ac0 from master
2019-05-03[2.2.x] Refs #20122 -- Corrected documentation of pluralize template filter.Tobias Kunze
Backport of e3968df527c4d378677f4784fb1bc0c86950fcf8 from master
2019-04-26[2.2.x] Fixed #30361 -- Increased the default timeout of watchman client to ↵Jacob Green
5 seconds and made it customizable. Made the default timeout of watchman client customizable via DJANGO_WATCHMAN_TIMEOUT environment variable. Backport of ed3c59097a01ed3f32f8a8bed95307fb5c181251 from master
2019-04-26[2.2.x] Fixed #30312 -- Relaxed admin check from django.contrib.sessions to ↵Aarni Koskela
SessionMiddleware subclasses. Backport of efeceba589974b95b35b2e25df86498c96315518 from master
2019-04-25[2.2.x] Fixed #30318 -- Added check for importability of arguments of custom ↵Alasdair Nicol
error handler views. Thanks to Jon on Stack Overflow for reporting the issue. Backport of a5accc0368c6575b55976c06af36ed399c85c781 from master
2019-04-25[2.2.x] Fixed #30362 -- Noted partial indexes and constraints restrictions ↵Mariusz Felisiak
with abstract base classes. Thanks Carlton Gibson for the review. Backport of 5df3301aab9e1d1c386799263bef5cf013985c83 from master
2019-04-25[2.2.x] Fixed UniqueConstraint example in ref/models/constraints.txt.Mariusz Felisiak
Backport of f8f0f92ed9f73a025de599bd1a4965f2cc2ebbba from master
2019-04-24[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
Backport of 0c916255eb4d94e06e123fafec93efdba45b1259 from master
2019-04-17[2.2.x] Updated SpatiaLite install instructions to suggest first package ↵Willy Njundong
from recent Debian-based distributions. Backport of 8180ffba21bf10f4be905cb0d4890dc2bcff2788 from master