This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-01 05:10:04 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Hannes Ljungberg
59a66f0512
Refs
#33342
-- Deprecated ExclusionConstraint.opclasses.
2021-12-27 08:55:18 +01:00
..
class-based-views
…
contrib
Refs
#33342
-- Deprecated ExclusionConstraint.opclasses.
2021-12-27 08:55:18 +01:00
files
…
forms
Refs
#31026
-- Updated TemplatesSetting docs to refer to forms.
2021-12-22 08:03:47 +01:00
models
Corrected example in models.DecimalField docs.
2021-12-13 07:20:35 +01:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
Fixed
#32800
-- Changed CsrfViewMiddleware not to mask the CSRF secret.
2021-11-29 10:47:39 +01:00
databases.txt
Refs
#32355
-- Bumped required psycopg2 version to 2.8.4.
2021-12-22 20:32:55 +01:00
django-admin.txt
…
exceptions.txt
…
index.txt
…
logging.txt
…
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Added TemplatesSetting to list of built-in renderers in FORM_RENDERER docs.
2021-12-22 07:59:24 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
Refs
#33365
, Refs
#30530
-- Doc'd re_path() behavior change in Django 2.2.25, 3.1.14, and 3.2.10.
2021-12-15 18:54:02 +01:00
utils.txt
Fixed
#30127
-- Deprecated name argument of cached_property().
2021-12-16 18:52:27 +01:00
validators.txt
…
views.txt
…