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
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +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
Fixed
#18035
-- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review.
2012-04-08 21:13:32 +00:00
urls.py
Fixed
#17042
-- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing.
2011-12-22 22:38:02 +00:00