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-12 18:36:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
/
http
History
Robert Roskam
98bcc5d81b
Fixed
#27367
-- Doc'd and tested reversing of URLs with the same name.
...
Thanks Reinout van Rees for contributing to the patch.
2017-02-11 08:58:40 -05:00
..
_images
…
decorators.txt
…
file-uploads.txt
…
generic-views.txt
…
index.txt
…
middleware.txt
Removed versionadded/changed annotations for 1.10.
2017-01-17 20:52:05 -05:00
sessions.txt
Refs
#23919
-- Replaced super(ClassName, self) with super() in docs.
2017-01-25 11:53:05 -05:00
shortcuts.txt
Fixed
#25978
-- Deprecated shorcuts.render_to_response().
2017-02-11 05:49:04 -05:00
urls.txt
Fixed
#27367
-- Doc'd and tested reversing of URLs with the same name.
2017-02-11 08:58:40 -05:00
views.txt
…