summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-09-02[2.2.x] Updated man page for Django 2.2.Mariusz Felisiak
2019-09-02[2.2.x] Added release dates for 2.2.5, 2.1.12, and 1.11.24.Mariusz Felisiak
Backport of 47f49adc11c0d39be3f41f92becc1f606c49d8ce 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] Fixed #30500 -- Fixed race condition in loading URLconf module.Tom Forbes
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-20[2.2.x] Fixed #30695 -- Used relative path in default_storage docs example.Harrison88
Backport of 1e429df748867097451bf0b45d1080ae6828d921 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-19[2.2.x] Fixed broken links to Dive Into Python 3 book.bcye
Backport of ac34fccdb900788c2e024ea61bbaf4be7a46cce1 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-15[2.2.x] Fixed #30449 -- Fixed ↵zeyneloz
RelatedFieldListFilter/RelatedOnlyFieldListFilter to respect model's Meta.ordering. Regression in 6d4e5feb79f7eabe8a0c7c4b87f25b1a7f87ca0b. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of 00035672a460b6eb5442d2837bc783f8af28c6f3 from master
2019-08-14[2.2.x] Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms ↵Mariusz Felisiak
on expressions with params. Regression in 4f5b58f5cd3c57fee9972ab074f8dc6895d8f387. Thanks Florian Apolloner for the report and helping with tests. Backport of 1f8382d34d54061eddc41df6994e20ee38c60907 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-03[2.2.x] Added stub release notes for 2.2.5.Mariusz Felisiak
Backport of 1af469e67fd3928a4b01722d4706c066000014e9 from master
2019-08-02[2.2.x] Corrected StreamingHttpResponse.streaming_content description in docs.niauah
Backport of 75f8264083c2c938da757fcef3678faee66b1d45 from master
2019-08-01[2.2.x] Added CVE-2019-14235 to security release archive.Carlton Gibson
Backport of a5652eb795e896df0c0f2515201f35f9cd86b99b from master
2019-08-01[2.2.x] Added CVE-2019-14234 to security release archive.Carlton Gibson
Backport of 3a6a2f5eaf74200a9591a6311fdb0ea78ee305ee from master
2019-08-01[2.2.x] Added CVE-2019-14233 to security release archive.Carlton Gibson
Backport of 9600f63885d2d240f85d59bff6acbe200f890298 from master
2019-08-01[2.2.x] Added CVE-2019-14232 to the security release archive.Carlton Gibson
Backport of 87750787d1e464b7143f366d9485ba20fefc9c94 from master
2019-07-29[2.2.x] Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in ↵Florian Apolloner
django.utils.encoding.uri_to_iri(). Thanks to Guido Vranken for initial report.
2019-07-29[2.2.x] Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and ↵Mariusz Felisiak
index lookups against SQL injection. Thanks to Sage M. Abdullah for the report and initial patch. Thanks Florian Apolloner for reviews.
2019-07-29[2.2.x] Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in ↵Florian Apolloner
strip_tags() when handling incomplete HTML entities. Thanks to Guido Vranken for initial report.
2019-07-29[2.2.X] Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues ↵Florian Apolloner
when truncating HTML. Thanks to Guido Vranken for initial report.
2019-07-29[2.2.x] Fixed #30656 -- Added QuerySet.bulk_update() to the database ↵daniel a rios
optimization docs. Backport of 68aeb9016084290aac4f82860e17a9f4e941676e from master
2019-07-29[2.2.x] Refs #30656 -- Reorganized bulk methods in the database optimization ↵daniel a rios
docs. Backport of fe33fdc049df75f9dd8e2eecc8c94aefc0132cb8 from master
2019-07-25[2.2.x] Added stub release notes for security releases.Carlton Gibson
Backport of f13147c8de725eed7038941758469aeb9bd66503 from master
2019-07-24[2.2.x] Fixed #30647 -- Fixed crash of autoreloader when extra directory ↵Tom Forbes
cannot be resolved. Backport of fc75694257b5bceab82713f84fe5a1b23d641c3f from master.
2019-07-23[2.2.x] Fixed typo in docs/topics/http/sessions.txt.terminator14
Backport of 8323691de0ba120dbdc8055063574df2b0c0afa4 from master
2019-07-23[2.2.x] Fixed #30506 -- Fixed crash of autoreloader when path contains null ↵Tom Forbes
characters. Backport of 2ff517ccb6116c1be6338e6bdcf08a313defc5c7 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] Fixed #30648 -- Removed unnecessary overriding get_context_data() ↵Davit Gachechiladze
from mixins with CBVs docs. Backport of 7f612eda80db1c1c8e502aced54c2062080eae46 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-16[2.2.x] Updated WSGI servers ordering according to the more commonly used.Frank Wiles
Backport of fa65b90a96f27dced8cfa89126d28186b4c80fbf from master
2019-07-15[2.2.x] Fixed explanation of how to automatically create tables in database.Frank Wiles
Backport of c1b94e32fb3df25d72b5e9973da7928dddbc3a2e from master
2019-07-11[2.2.x] Doc'd --no-input option for createsuperuser.Hasan Ramezani
Backport of 8dd5877f58f84f2b11126afbd0813e24545919ed from master
2019-07-10[2.2.x] Fixed #30621 -- Fixed crash of __contains lookup for ↵Mariusz Felisiak
Date/DateTimeRangeField when the right hand side is the same type. Thanks Tilman Koschnick for the report and initial patch. Thanks Carlton Gibson for the review. Regression in 6b048b364ca1e0e56a0d3815bf2be33ac9998355. Backport of 7991111af12056ec9a856f35935d273526338c1f from master
2019-07-10[2.2.x] Fixed #30628 -- Adjusted expression identity to differentiate bound ↵Simon Charette
fields. Expressions referring to different bound fields should not be considered equal. Thanks Julien Enselme for the detailed report. Regression in bc7e288ca9554ac1a0a19941302dea19df1acd21. Backport of ee6e93ec8727d0f5ed33190a3c354867669ed72f 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-09[2.2.x] Added stub release notes for 2.2.4.Mariusz Felisiak
Backport of 08e69cad9ccb18738b66388b0d0ee4660470710e from master
2019-07-04[2.2.x] Fixed #30600 -- Clarified that ValueError raised by ↵sp1rs
converter.to_python() means no match. Backport of f197c3dd9130b18397022605c27ffe5755f329d7 from master
2019-07-04[2.2.x] Fixed #28667 -- Clarified how to override list of forms fields for ↵swatantra
custom UserAdmin with a custom user model. Backport of c13e3715f5f46f2ee4ddba357e2589a45e831813 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