Csirmaz Bendegúz 5865ff5adc Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is set. 6 months ago
..
class-based-views 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 years ago
contrib 826ef00668 Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception. 6 months ago
files 8d6a20b656 Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour independent from allow_overwrite. 8 months ago
forms 304d256674 Used :pypi: role in docs where appropriate. 7 months ago
models 5865ff5adc Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is set. 6 months ago
templates 320dd27412 Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc template filters. 6 months ago
applications.txt aa74c4083e Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/applications.txt. 9 months ago
checks.txt c7fc9f20b4 Fixed #31405 -- Added LoginRequiredMiddleware. 10 months ago
clickjacking.txt f302343380 Removed outdated note about limitations in Clickjacking protection. 8 months ago
csrf.txt 708b01c795 Refs #35401 -- Linked the CsrfViewMiddleware docs to the csrf_protect() decorator. 9 months ago
databases.txt 2b2a2c0e26 Fixed #35702 -- Removed connection pooling note for mysql drivers. 7 months ago
django-admin.txt 5ae9922666 Fixed typo of --no-startup in django-admin docs. 7 months ago
exceptions.txt 295467c04a Removed versionadded/changed annotations for 4.2. 1 year ago
index.txt e3d55eeb14 Refs #32880 -- Moved logging reference to new document. 3 years ago
logging.txt 8c35a0a903 Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. 6 months ago
middleware.txt 49815f70e4 Refs #31405 -- Improved LoginRequiredMiddleware documentation. 7 months ago
migration-operations.txt f0d50a9379 Doc'd that RemoveField also drops related database objects in PostgreSQL. 11 months ago
paginator.txt 05cce083ad Removed versionadded/changed annotations for 5.0. 10 months ago
request-response.txt e161bd4657 Fixed #35631 -- Added HttpRequest.get_preferred_type(). 6 months ago
schema-editor.txt 2abf417c81 Refs #27236 -- Removed Meta.index_together per deprecation timeline. 1 year ago
settings.txt ad7f8129f3 Added EMAIL_USE_SSL to the 'Core Settings Topical Index' docs. 6 months ago
signals.txt f8092ee9ad Improved style of n-tuple wording in docs and comments. 1 year ago
template-response.txt 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 years ago
unicode.txt 177e649396 Fixed broken links and redirects in docs. 1 year ago
urlresolvers.txt ff308a0604 Fixed 35467 -- Replaced urlparse with urlsplit where appropriate. 10 months ago
urls.txt 6e1ece7ed5 Fixed #35090 -- Deprecated registering URL converters with the same name. 1 year ago
utils.txt 231c0d8593 Fixed #35668 -- Added mapping support to format_html_join. 7 months ago
validators.txt 05cce083ad Removed versionadded/changed annotations for 5.0. 10 months ago
views.txt 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 years ago