Re: Model named FOOD_DES shows as "foo d_des" in admin
Hello all,
The line < http://code.djangoproject.com/browser/django/trunk/django/db/models/options.py#L15
> in the trunk at this moment is where the action is happening. We
get "foo d_des" because the "_D" in the model name is matched in the
regular expression pattern and the substitution occurs.
My curiosity is satisfied. Thanks!
On Jun 11, 1:12 pm, creecode <creec...@gmail.com> wrote:
> I'm just about to run some tests...
Toodle-loooooooooooo.......
creecode
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home