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-26 10:09:42 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
admin_scripts
History
Claude Paroz
865cd35c9b
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
..
app_with_import
…
broken_app
…
complex_app
…
custom_templates
Fixed
#17920
-- Actually pass the full path of a newly created project or app in the template context as mentioned in the startproject docs. Many thanks to Preston Holmes for the initial patch.
2012-03-21 22:29:32 +00:00
management
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +02:00
simple_app
…
__init__.py
…
models.py
…
tests.py
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
urls.py
…