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-02-23 07:55:07 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Vyacheslav Ver
60b6a7ea9d
Fixed typo in expression documentation.
2019-05-16 16:03:27 +02:00
..
class-based-views
…
contrib
Changed tuple choices to list in docs.
2019-05-15 14:31:42 +02:00
files
…
forms
Changed tuple choices to list in docs.
2019-05-15 14:31:42 +02:00
models
Fixed typo in expression documentation.
2019-05-16 16:03:27 +02:00
templates
Refs
#20122
-- Corrected documentation of pluralize template filter.
2019-05-03 11:35:19 +02:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed typo in docs/ref/django-admin.txt.
2019-05-07 11:17:24 +02:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
Fixed
#30310
-- Added support for looking up HttpHeaders.headers using underscores.
2019-05-09 16:26:52 +02:00
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#30399
-- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
2019-04-25 15:09:07 +02:00
validators.txt
…
views.txt
…