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-03-02 21:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
alexgmin
dba05042dd
Added link to the csrf template tag in the csrf page.
2024-05-06 13:25:30 +02:00
..
class-based-views
…
contrib
Fixed
#35426
-- Updated querysets to be a required argument of GenericPrefetch.
2024-05-04 11:30:36 +02:00
files
…
forms
Fixed
#20744
-- Removed hint that arbitrary kwargs are allowed when creating forms.Fields.
2024-04-26 11:23:38 -03:00
models
Clarified when ImageField attributes are set.
2024-05-02 10:04:55 +02:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
Added link to the csrf template tag in the csrf page.
2024-05-06 13:25:30 +02:00
databases.txt
Fixed
#35412
-- Dropped support for SQLite < 3.31.
2024-04-29 11:07:54 +02:00
django-admin.txt
Fixed
#35427
-- Corrected help text for makemessages --extension in docs/ref/django-admin.txt.
2024-05-03 22:48:17 -03:00
exceptions.txt
…
index.txt
…
logging.txt
…
middleware.txt
…
migration-operations.txt
Doc'd that RemoveField also drops related database objects in PostgreSQL.
2024-04-16 13:11:06 -03:00
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…