#16568: require_debug_false does not work as intended (backward incompatible)
-----------------------------------------+---------------------------------
Reporter: andreas_pelme | Owner: nobody
Type: Bug | Status: closed
Milestone: 1.4 | Component: Core (Other)
Version: SVN | Severity: Release blocker
Resolution: fixed | Keywords:
Triage Stage: Accepted | Has patch: 1
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+---------------------------------
Changes (by andreas_pelme):
* status: reopened => closed
* resolution: => fixed
Comment:
I am not sure what your problem is exactly, but I do not think it is
related to this ticket. The {{{CallbackFilter}}} was not added until after
1.3, so it should not be import:able in a Django 1.3.x install. And this
ticket actually removes {{{CallbackFilter}}} from the default settings.
You probably have your settings files mixed up, your project is probably
using a django-trunk-settings-file when the {{{CallbackFilter}}} was added
to the settings template.
You should probably add your settings file to the stackoverflow question.
I have apparently not enough stackoverflow karma to post a comment, but
that would be my advice to be able to help out!
Im closing this ticket as I cannot see how your problem is possibly
related to this bug, please reopen it with proper instructions for how to
reproduce this if I am wrong!
Please try the same commands as shown here (requires pip, virtualenv and
virtualenvwrapper):
{{{
~ $ mkvirtualenv t16568-regression
New python executable in t16568-regression/bin/python
Installing setuptools............done.
Installing pip...............done.
virtualenvwrapper.user_scripts creating
/Users/andreas/.virtualenvs/t16568-regression/bin/predeactivate
virtualenvwrapper.user_scripts creating
/Users/andreas/.virtualenvs/t16568-regression/bin/postdeactivate
virtualenvwrapper.user_scripts creating
/Users/andreas/.virtualenvs/t16568-regression/bin/preactivate
virtualenvwrapper.user_scripts creating
/Users/andreas/.virtualenvs/t16568-regression/bin/postactivate
virtualenvwrapper.user_scripts creating
/Users/andreas/.virtualenvs/t16568-regression/bin/get_env_details
[t16568-regression] ~ $ pip install django==1.3.1
Downloading/unpacking django==1.3.1
Downloading Django-1.3.1.tar.gz (6.5Mb): 6.5Mb downloaded
Running setup.py egg_info for package django
Installing collected packages: django
Running setup.py install for django
changing mode of build/scripts-2.7/django-admin.py from 644 to 755
changing mode of /Users/andreas/.virtualenvs/t16568-regression/bin
/django-admin.py to 755
Successfully installed django
Cleaning up...
[t16568-regression] ~ $ cd code/
[t16568-regression] ~ $ django-admin.py startproject foo
[t16568-regression] ~ $ cd foo/
[t16568-regression] ~/foo $ python manage.py shell
In [1]: import django; django.get_version()
Out[1]: '1.3.1'
In [2]: exit()
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/16568#comment:12>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.