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-24 00:59:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
/
http
History
Claude Paroz
865cd35c9b
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
..
_images
…
decorators.txt
…
file-uploads.txt
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
generic-views.txt
Fixed
#18033
-- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review.
2012-04-25 19:17:47 +00:00
index.txt
…
middleware.txt
…
sessions.txt
Clarified that Django randomizes session keys. Refs
#11555
,
#13478
,
#18128
.
2012-04-15 16:34:13 +00:00
shortcuts.txt
Fixed
#18159
-- added an import statement to the docs. Thanks to Jeff Hui for the patch.
2012-04-22 15:58:53 +00:00
urls.txt
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +02:00
views.txt
…