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
eafe279120
Fixed
#21306
-- Documented lower-casing behavior of title filter.
2013-10-30 09:33:28 -04:00
..
class-based-views
…
contrib
Fixed
#20610
: Added a message level dict to contrib.message context processor.
2013-10-30 13:54:07 +01:00
files
Fixed
#21219
-- Added a way to set different permission for static files.
2013-10-24 17:40:01 -04:00
forms
…
models
Fixed
#21344
-- Typo in docs/ref/models/queries.txt
2013-10-28 14:52:26 -04:00
templates
Fixed
#21306
-- Documented lower-casing behavior of title filter.
2013-10-30 09:33:28 -04:00
clickjacking.txt
…
databases.txt
Fixed
#13245
: Explained Oracle's behavior w.r.t db_table
2013-10-23 14:51:22 +03:00
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
request-response.txt
…
settings.txt
Fixed
#21219
-- Added a way to set different permission for static files.
2013-10-24 17:40:01 -04:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#21316
-- Documented that modifying safe strings makes them unsafe.
2013-10-30 08:11:31 -04:00
validators.txt
…
views.txt
…