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-01-31 20:59:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Carlton Gibson
1d8256719e
Removed unsupported third-party database backends from docs.
2020-07-08 22:29:21 +02:00
..
class-based-views
…
contrib
…
files
…
forms
…
models
…
templates
…
applications.txt
…
checks.txt
Fixed
#31530
-- Added system checks for invalid model field names in CheckConstraint.check and UniqueConstraint.condition.
2020-07-06 09:16:57 +02:00
clickjacking.txt
…
csrf.txt
…
databases.txt
Removed unsupported third-party database backends from docs.
2020-07-08 22:29:21 +02:00
django-admin.txt
…
exceptions.txt
Removed versionadded/changed annotations for 3.0.
2020-05-13 09:07:51 +02:00
index.txt
…
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
Used :rfc: role in various docs.
2020-04-15 18:31:30 +02:00
urlresolvers.txt
…
urls.txt
Fixed
#31534
-- Deprecated django.conf.urls.url().
2020-05-05 07:34:34 +02:00
utils.txt
…
validators.txt
…
views.txt
…