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-26 18:19:18 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Jon Dufresne
ec6121693f
Fixed
#22383
-- Added support for HTML5 required attribute on required form fields.
2016-04-21 19:16:38 -04:00
..
class-based-views
…
contrib
Refs
#26455
-- Documented isvalid/makevalid in compatibility table.
2016-04-21 09:13:34 -04:00
files
…
forms
Fixed
#22383
-- Added support for HTML5 required attribute on required form fields.
2016-04-21 19:16:38 -04:00
models
…
templates
Fixed
#26479
-- Added 'is not' operator to the if tag.
2016-04-09 13:01:15 -04:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
Fixed
#26124
-- Added missing code formatting to docs headers.
2016-02-01 10:42:05 -05:00
migration-operations.txt
…
request-response.txt
Fixed
#25847
-- Made User.is_(anonymous|authenticated) properties.
2016-04-09 14:54:18 -04:00
schema-editor.txt
…
settings.txt
…
signals.txt
Fixed
#26493
-- Documented how built-in signals are sent.
2016-04-13 07:48:18 -04:00
template-response.txt
Fixed typo in docs/ref/template-response.txt.
2016-04-18 07:50:13 -04:00
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…