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-10 17:32:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
views
/
tests
History
Claude Paroz
865cd35c9b
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
..
__init__.py
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
debug.py
Converted more test assertions to assert[Not]Contains.
2012-04-14 13:35:25 +00:00
defaults.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
i18n.py
Removed with_statement imports, useless in Python >= 2.6. Refs
#17965
. Thanks jonash for the patch.
2012-03-30 08:02:08 +00:00
shortcuts.py
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
specials.py
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
static.py
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00