#13975: Long names are generated differently in Django 1.1 and Django 1.2,
causing
incompatability
--------------------------------------+-------------------------------------
Reporter: [email protected] | Owner: nobody
Status: closed | Milestone:
Component: Uncategorized | Version: 1.2
Resolution: fixed | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
--------------------------------------+-------------------------------------
Changes (by russellm):
* status: new => closed
* resolution: => fixed
Comment:
You sure didn't make this easy.
* The line endings in all the files from your test case are all messed
up. I had to manually convert everything so that the scripts would run.
* The project doesn't synchronize out of the box. The permissions
required by the models you've provided exceed length limits.
* The example is really hard to read, because it's completely bass-
ackwards with regards to PEP8. Classes have capital names. Methods don't.
* You've written a custom test script instead of a unit test, so it's
difficult to know what exactly is "success" or "failure".
That said, the problem no longer exists in trunk; it was fixed by the fix
for #8901 in [13328], reapplied in [13363].
--
Ticket URL: <http://code.djangoproject.com/ticket/13975#comment:2>
Django <http://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.