Hi everyone, Before starting I want to give one Hip Hip Hooray for the m-r branch :)
Now to start ;). There is one thing that bugs me with the naming convention in Django. All classes in the django/forms have the same *Field* ending, which is 100% OK because they really are fields. But also all classes in the django/db/models/fields have the same ending... In fact, they have absolutly same names :-/, which is pritty confusing and error prone (especially if you want to write your own fields (because of this naming convention you can't even put your classes in the same file :-/ )) The suggestion is to rename the classes from django/db/models/fields to, for example: IntegerColumn, TextColumn or IntegerCol, CharCol... (thats what they really are... columns in tables...) Please don't lynch me :), this is just a thought, because of the problems I had... (How to name them so I can put them in the same file? Whats this?! A forms field or a models field? and so on... ) Thanks for Your time. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---