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-01 21:29:24 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
admin_scripts
History
Carl Meyer
307706d082
Fixed
#18545
-- Make the 'no DJANGO_SETTINGS_MODULE' error message more useful.Thanks Nick Coghlan for the report, and Malcolm Tredinnick for review.
2012-09-08 14:26:33 -06:00
..
app_with_import
…
broken_app
…
complex_app
…
custom_templates
Fixed
#18091
-- Non-ASCII templates break
django-admin.py startproject --template=TEMPLATE
.
2012-08-28 23:23:07 +02:00
management
Fixed
#18634
-- Don't escape variables in the context for startproject/startapp.
2012-07-25 22:24:41 +02:00
simple_app
…
__init__.py
…
models.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
tests.py
Fixed
#18545
-- Make the 'no DJANGO_SETTINGS_MODULE' error message more useful.Thanks Nick Coghlan for the report, and Malcolm Tredinnick for review.
2012-09-08 14:26:33 -06:00
urls.py
…