Changes between Version 1 and Version 2 of Ticket #22909, comment 13
- Timestamp:
- Jun 30, 2014, 8:43:18 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22909, comment 13
v1 v2 1 '''model_fields''' contains a function without a camel case for the field name: ''test_slugfield_max_length''1 [https://github.com/brylie/django/commit/7051550346830a9ac58c192551900582ca93bf62 DONE] -- '''model_fields''' contains a function without a camel case for the field name: ''test_slugfield_max_length'' 2 2 3 3 This is inconsistent with other field names in test functions. Should this be changed to ''test_SlugField_max_length''?