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-01 04:04:54 +00:00
Code
Issues
32
Releases
Wiki
Activity
e348ab0d43
Branches
Tags
View all branches
django
/
docs
/
ref
History
Claude Paroz
e348ab0d43
Fixed
#30997
-- Deprecated HttpRequest.is_ajax().
2020-01-27 08:54:32 +01:00
..
class-based-views
…
contrib
…
files
…
forms
Fixed
#31118
-- Made FileInput to avoid the required attribute when initial data exists.
2020-01-08 09:15:31 +01:00
models
Added missing backtick in instances docs.
2020-01-17 20:26:36 +01:00
templates
…
applications.txt
Clarified AppConfig.ready() docs example.
2020-01-22 13:45:22 +01:00
checks.txt
Fixed
#31200
-- Added system checks for permissions codenames max length.
2020-01-23 12:22:59 +01:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed typo in docs/ref/django-admin.txt.
2020-01-13 12:39:14 +01:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
Fixed
#30997
-- Deprecated HttpRequest.is_ajax().
2020-01-27 08:54:32 +01:00
schema-editor.txt
…
settings.txt
Fixed
#30752
-- Allowed using ExceptionReporter subclasses in error reports.
2020-01-16 15:25:49 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…