Aymeric Augustin <[email protected]> Jan 01 09:46PM +0100

    1) Allow apps without a models module or package
    2) Provide verbose_name for the admin
    3) Provide a reliable initialization signal
    4) Allow changing app_label in case of name clashes
    6) Clarify the app cache population sequence
    7) Enforce consistency between the contents of INSTALLED_APPS and
    the AppCache
11) Order of INSTALLED_APPS — #21018
I'm impressed. Sounds like a lot of work to me, which will pay off for the community at large.

One question, probably belongs on django users:

background:

Recently discovered the same two tables in different apps clash. Didn't take long to figure it out because I copied one app from the other. Had I inadvertently named the tables the same and both had foreign keys to User, the related_name had to be set for one or both. Not a big deal, but the error wouldn't have made sense, had I not been aware.

question:

Will any of your changes address this issue?

-Joe

--
You received this message because you are subscribed to the Google Groups "Django 
developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/52C55F49.8060404%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to