This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
admin_scripts
History
Claude Paroz
4214a22e06
[1.5.x]
Fixed
#19357
-- Allow non-ASCII chars in filesystem paths
...
Thanks kujiu for the report and Aymeric Augustin for the review. Backport of c91667338 from master.
2012-12-08 11:16:03 +01:00
..
app_with_import
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
broken_app
Fixed
#11696
: Changed app loading code so that it does not swallow import errors that used to be (prior to r10088) raised.
2010-04-12 12:39:18 +00:00
complex_app
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
custom_templates
[1.5.x]
Fixed
#19397
-- Crash on binary files in project templates.
2012-12-03 10:45:42 +01:00
management
Fixed
#18634
-- Don't escape variables in the context for startproject/startapp.
2012-07-25 22:24:41 +02:00
simple_app
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
__init__.py
Refs
#5943
,
#6107
-- Added framework and tests to check for the correct operation of django-admin and manage.py. Thanks for Simon Willison and Karen Tracey for their contributions and assistance testing this patch.
2008-07-10 12:12:41 +00:00
models.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
tests.py
[1.5.x]
Fixed
#19357
-- Allow non-ASCII chars in filesystem paths
2012-12-08 11:16:03 +01:00
urls.py
[1.5.x]
Fixed
#19357
-- Allow non-ASCII chars in filesystem paths
2012-12-08 11:16:03 +01:00