summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-08Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.ThinkChaos
2021-02-08Used .. attribute:: directive in authentication views docs.Mariusz Felisiak
2021-02-08Fixed #32430 -- Doc'd base class-based views.Anil Khatri
2021-02-08Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri
2021-02-06Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and ↵Markus Holtermann
docs where appropriate.
2021-02-06Fixed #32394 -- Changed project template settings to use relative STATIC_URL.Markus Holtermann
Refs #25598 which added original support for relative STATIC_URL and MEDIA_URL.
2021-02-05Fixed #32419 -- Clarified URLconf in example of serving media files.Amankumar Singh
2021-02-04Corrected typo in advice to new contributors.Carlton Gibson
2021-02-04Fixed #32395 -- Allowed capturing stdout of migration signals.Simon Charette
2021-02-04Refs #32412 -- Adjusted link from tutorial to reference docs.GabbyPrecious
The writing code index page is a better location for a newer contributor to land, than the specific patch guidelines subpage.
2021-02-04Refs #32412 -- Adjusted beginning of Advice for new contributors.GabbyPrecious
With the goal of guiding folks to the right destination: * Improved wording of tutorial call-out. * Added summary of page purpose. * Added link to Writing code reference doc.
2021-02-04Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.Jim Xie
2021-02-04Fix typosDan Swain
2021-02-03Refs #32390 -- Bumped required cx_Oracle to 7.0.Mariusz Felisiak
2021-02-03Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.Mariusz Felisiak
2021-02-02Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' ↵Mariusz Felisiak
database. Thanks Kazantcev Andrey for the report. Regression in f48f671223a20b161ca819cf7d6298e43b8ba5fe.
2021-02-01Fixed typo in docs/ref/forms/widgets.txt.Brad Solomon
2021-02-01Added stub release notes for 3.1.7.Mariusz Felisiak
2021-02-01Added CVE-2021-3281 to security archive.Mariusz Felisiak
2021-02-01Fixed CVE-2021-3281 -- Fixed potential directory-traversal via ↵Mariusz Felisiak
archive.extract(). Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews. Thanks Wang Baohua for the report.
2021-01-28Modernized custom manager exampleAdam Johnson
Since this example was added 15 years ago in a8ccdd0fcd631e8e928ef20547e1fe3e313dc607, the ORM has gained the ability to do the `COUNT(*)` related query, so do it with the ORM to avoid misleading users that raw SQL is only supported from manager methods.
2021-01-28Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
Matched layout adjustment using flex from admin sidebar added in d24ba1be7a53a113d19e2860c03aff9922efec24. Filters would become squashed when viewport was constrained or list display table became too wide.
2021-01-28Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for ↵Timothy McCurrach
multiple batches.
2021-01-27Changed "Don't overuse count() or exists()" example to Python.Adam Johnson
2021-01-27Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.Carlton Gibson
Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3 allowing deletion of original extra inlines.
2021-01-26Fixed #32347 -- Made ModelChoiceField include the value in ValidationError ↵Jerin Peter George
for invalid_choice.
2021-01-25Refs #26167 -- Corrected OpClass() example in docs.Hannes Ljungberg
2021-01-22Refs #32372 -- Updated manager name in related objects reference docs.Jack
Follow up to 725c549ae7a34d83447201da7190f8d71c7fc2fc.
2021-01-22Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach
2021-01-22Fixed #32372 -- Made examples in related objects reference docs consistent.Jack Aitken
2021-01-20Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.Matthias Kestenholz
2021-01-20Fixed #32292 -- Added support for connection by service name to PostgreSQL.Hasan Ramezani
2021-01-19Fixed #32324 -- Added template block to override the admin site header.muskanvaswan
2021-01-19Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak
2021-01-19Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2021-01-19Corrected versionadded annotations.Mariusz Felisiak
2021-01-18Fixed #32296 -- Added --skip-checks option to runserver command.Hasan Ramezani
2021-01-14Increased the default PBKDF2 iterations for Django 4.0.Mariusz Felisiak
2021-01-14Advanced deprecation warnings for Django 4.0.Mariusz Felisiak
2021-01-14Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
Per deprecation timeline.
2021-01-14Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per ↵Mariusz Felisiak
deprecation timeline.
2021-01-14Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per ↵Mariusz Felisiak
deprecation timeline.
2021-01-14Refs #12990 -- Removed ↵Mariusz Felisiak
django.contrib.postgres.fields.jsonb.KeyTransform/KeyTextTransform. Per deprecation timeline.
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per ↵Mariusz Felisiak
deprecation timeline.
2021-01-14Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.Mariusz Felisiak
2021-01-14Refs #31359 -- Made get_random_string()'s length argument required.Mariusz Felisiak
Per deprecation timeline.
2021-01-14Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak
2021-01-14Refs #7098 -- Removed support for passing raw column aliases to order_by().Mariusz Felisiak
Per deprecation timeline.
2021-01-14Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per ↵Mariusz Felisiak
deprecation timeline.