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-30 03:59:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
kshitijraghav
d40402cfb0
Fixed
#32570
-- Removed unnecessary default_auto_field in app config example.
2021-03-19 12:08:46 +01:00
..
class-based-views
…
contrib
…
files
…
forms
Fixed typo in docs/ref/forms/widgets.txt.
2021-02-01 12:04:48 +01:00
models
…
templates
Fixed
#20423
-- Doc'd that DTL variable names may not be a number.
2021-02-26 21:02:37 +01:00
applications.txt
Fixed
#32570
-- Removed unnecessary default_auto_field in app config example.
2021-03-19 12:08:46 +01:00
checks.txt
Refs
#16010
-- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.
2021-03-18 20:00:22 +01:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#32355
-- Dropped support for Python 3.6 and 3.7
2021-02-10 10:20:54 +01:00
exceptions.txt
…
index.txt
Fixed
#28581
-- Moved django.core.paginator documentation to API Reference.
2019-07-04 11:04:39 +02:00
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
Fixed
#31791
-- Made technical 404 debug page display the tried URL patterns for Http404.
2020-09-07 06:54:19 +02:00
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…