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-03 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
…
..
contrib
…
files
…
forms
Changed BoundField.subwidgets() to return SubWidget objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs)
2011-12-07 23:08:27 +00:00
models
…
templates
Tweaked templates/builtins.txt to make it clearer that cycle and firstof filters don't auto-escape. Refs
#10912
2011-12-09 19:53:06 +00:00
authbackends.txt
…
class-based-views.txt
…
clickjacking.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
generic-views.txt
…
index.txt
Fixed
#14261
- Added clickjacking protection (X-Frame-Options header)
2011-05-30 22:27:47 +00:00
middleware.txt
…
request-response.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
utils.txt
Fixed
#17255
-- Removed "as" prefix from new timezone template filter names for the sake of clarity. Cheers to Aymeric Augustin for bearing with me.
2011-11-18 15:00:08 +00:00
validators.txt
…