Changes between Version 1 and Version 2 of Ticket #28347
- Timestamp:
- Jun 29, 2017, 3:06:59 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28347 – Description
v1 v2 17 17 I haven't been the first to ask for this see [https://stackoverflow.com/questions/20679057/adding-custom-attributes-to-django-model-field] 18 18 19 I 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 {{{ 22 name = models.CharField(max_length=255, meta_data={'data_merge':True}) 23 }}} 24 25 19 26 If you accept this enhancement I am happy to write a patch, test and documentation. Please let me know. 20 27