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-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Tim Graham
867f8fd6c7
Made some PEP8 fixes in docs/ref/forms/widgets.txt
...
Thanks Siecje.
2014-02-04 06:24:13 -05:00
..
class-based-views
Fixed
#21768
-- Corrected TemplateView context section.
2014-01-16 07:58:08 -05:00
contrib
Fixed typo.
2014-02-02 15:16:55 +01:00
files
…
forms
Made some PEP8 fixes in docs/ref/forms/widgets.txt
2014-02-04 06:24:13 -05:00
models
Fixed
#19774
-- Deprecated the contenttypes.generic module.
2014-01-26 14:42:30 -05:00
templates
Fixed
#21529
-- Noted that {% url %} encodes its output (refs
#13260
).
2014-01-22 10:44:50 -05:00
applications.txt
Added a note about a possible name clash.
2014-02-02 15:31:34 +01:00
checks.txt
Fixed
#16905
-- Added extensible checks (nee validation) framework
2014-01-20 10:45:21 +08:00
clickjacking.txt
…
databases.txt
…
django-admin.txt
Added a missing command to the command line examples for check.
2014-01-20 20:46:21 +08:00
exceptions.txt
…
index.txt
Fixed
#16905
-- Added extensible checks (nee validation) framework
2014-01-20 10:45:21 +08:00
middleware.txt
…
request-response.txt
…
settings.txt
Fixed
#16905
-- Added extensible checks (nee validation) framework
2014-01-20 10:45:21 +08:00
signals.txt
…
template-response.txt
Always use parentheses when documenting a method with no arguments.
2014-01-22 22:26:10 +01:00
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…