Changes between Version 3 and Version 4 of DynamicModels


Ignore:
Timestamp:
May 10, 2007, 10:26:07 AM (17 years ago)
Author:
Marty Alchin <gulopine@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicModels

    v3 v4  
    177177    type = models.CharField(maxlength=255, validator_list=[is_valid_field])
    178178
    179     get_django_field(self):
     179    def get_django_field(self):
    180180        "Returns the correct field type, instantiated with applicable settings"
    181181        # Get all associated settings into a list ready for dict()
Back to Top