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
2564e31014
Fixed
#19308
- Clarified stringformat filter example
...
Thanks Shabda Raaj.
2012-11-17 19:29:31 -05:00
..
class-based-views
Merge pull request
#467
from tomchristie/page-kwarg
2012-11-17 12:27:01 -08:00
contrib
Fixed
#19315
-- Improved markup in admin FAQ.
2012-11-17 23:25:52 +01:00
files
…
forms
Fixed
#13997
- Added an example of constructing a MultiWidget and documented the value_from_datadict method.
2012-11-17 17:54:09 -05:00
models
Fixed invalid ipv4 mapped ipv6 addresses in docs
2012-11-07 17:13:06 +01:00
templates
Fixed
#19308
- Clarified stringformat filter example
2012-11-17 19:29:31 -05:00
authbackends.txt
…
clickjacking.txt
…
databases.txt
Fixed
#19090
- Added PostgreSQL connection note.
2012-11-04 05:32:53 -05:00
django-admin.txt
Fixed
#19115
-- Documented stdout/stderr options for call_command
2012-11-07 18:31:14 +01:00
exceptions.txt
…
index.txt
…
middleware.txt
Fixed
#18473
- Fixed a suggestion that GZipMiddleware needs to be first in the list of middleware.
2012-10-17 15:46:59 -04:00
request-response.txt
Fixed
#6527
-- Provided repeatable content access
2012-10-24 17:08:37 +02:00
settings.txt
Fixed
#19291
-- Completed deprecation of ADMIN_MEDIA_PREFIX.
2012-11-17 22:38:19 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
Added section about URL reversion to URL mapper document.
2012-10-07 20:21:07 -03:00
urls.txt
More URL mapping documentation fixes.
2012-10-06 16:35:22 -03:00
utils.txt
…
validators.txt
…