summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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
2019-04-16[2.2.x] Fixed typo in docs/ref/models/instances.txt.Gary Donovan
Backport of 516d858e7a3d01443cdc4e1eb4532b9d910f5e2b from master
2019-04-15[2.2.x] Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
Backport of bfae195b0a2c8dae755610a7e23add5c6bc37b5e from master
2019-04-09[2.2.x] Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado
Backport of 571ab44e8a8936014c22e7eebe4948d9611fd7ce from master
2019-04-07[2.2.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
The new override functionality claimed in refs #21379 doesn't work. Forwardport of 714fdbaa7048c2321f6238d9421137c33d9af7cc from stable/1.10.x.
2019-04-02[2.2.x] Fixed typo in docs/ref/settings.txt.Mariusz Felisiak
Backport of 4cbe2b06ce580423c62b6e49969f7e24d57d63b8 from master
2019-03-30[2.2.x] Refs #30278 -- Fixed link in cached_property docs.Tim Graham
Backport of b9455b010e41d1c6e68faa11115212d50de3c231 from master.
2019-03-30[2.2.x] Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.Matthew Schinckel
Thanks to Curtis Maloney for the description of the problem. Backport of c3c2ec54f59428cdf0a35abce594fd2ada35c209 from master
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master.
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master.
2019-03-28[2.2.x] Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs.Tim Graham
Backport of 8e675e2bd8366adf5d0b579accfef75a7b1bc3bf from master
2019-03-28[2.2.x] Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.Nick Pope
Backport of 07daa487aeb7d41d69d7d1cf9d4b3648e299e4ac from master
2019-03-28[2.2.x] Doc'd that HttpResponse accepts bytestrings.Mariusz Felisiak
Backport of e449c3a832ff2a4e3fa83cec6909d0476ed14110 from master
2019-03-28[2.2.x] Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
Backport of 881362986a1ee8f650752de8471a895890b71f96 from master