0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/topics
Mariusz Felisiak 82a88d2f48
Fixed #31061 -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing.
Regression in 76b993a117.

Thanks Claude Paroz for the report and Carlton Gibson for reviews.
2019-12-06 09:32:51 +01:00
..
_images
auth Fixed #30948 -- Changed packaging to use declarative config in setup.cfg. 2019-11-08 14:14:13 +01:00
class-based-views Removed leftover word in CBV mixins docs. 2019-12-04 08:59:44 +01:00
db Used 🎫 role in all tickets links. 2019-11-26 14:02:24 +01:00
forms Used 🎫 role in all tickets links. 2019-11-26 14:02:24 +01:00
http Fixed #31061 -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing. 2019-12-06 09:32:51 +01:00
i18n Refs #26601 -- Used new-style middlewares in documentation. 2019-09-24 09:58:17 +02:00
testing Fixed #20456 -- Added example of directly testing CBVs in topics docs. 2019-12-04 16:36:42 +01:00
async.txt Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. 2019-12-03 17:29:31 +01:00
cache.txt Fixed #30759 -- Made cache.delete() return whether it succeeded. 2019-11-14 11:14:11 +01:00
checks.txt
conditional-view-processing.txt
email.txt Refs #29983 -- Added pathlib.Path support to the file email backend. 2019-11-06 09:33:07 +01:00
external-packages.txt
files.txt Fixed typo in docs/topics/files.txt. 2019-11-11 11:51:39 +01:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt
logging.txt Fixed #31008 -- Fixed typos in docs/topics/logging.txt. 2019-11-20 20:35:36 +01:00
migrations.txt Fixed #30955 -- Doc'd that only concrete base models are stored in historical models bases. 2019-11-08 09:41:36 +01:00
pagination.txt
performance.txt
security.txt
serialization.txt Removed versionadded/changed annotations for 2.2. 2019-09-10 12:01:00 +02:00
settings.txt
signals.txt Documented the order in which signal receivers are called. 2019-10-28 13:31:23 +01:00
signing.txt
templates.txt