Changes between Version 3 and Version 4 of Ticket #17864, comment 6


Ignore:
Timestamp:
Mar 12, 2012, 4:05:54 PM (12 years ago)
Author:
Adrien Lemaire

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17864, comment 6

    v3 v4  
    55All strings should be translatable, you need ugettext_lazy for the default_error_messages
    66
    7 You should remove your localflavor/hk/models.py file, that doesn't make sense. A PhoneNumberField can already be found in localflavor/us/models.py
     7You should remove your localflavor/hk/models.py file, that doesn't make sense. A 'PhoneNumberField' field already exists in localflavor/us/models.py
Back to Top