Changes between Version 1 and Version 2 of Ticket #28347


Ignore:
Timestamp:
Jun 29, 2017, 3:06:59 PM (7 years ago)
Author:
Tom Turner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28347 – Description

    v1 v2  
    1717I haven't been the first to ask for this see [https://stackoverflow.com/questions/20679057/adding-custom-attributes-to-django-model-field]
    1818
     19I understand that you might say if you allow any attribute won't be good as it could have error. So one could do
     20
     21{{{
     22name = models.CharField(max_length=255, meta_data={'data_merge':True})
     23}}}
     24
     25
    1926If you accept this enhancement I am happy to write a patch, test and documentation. Please let me know.
    2027
Back to Top