Changes between Initial Version and Version 1 of Ticket #22837, comment 6
- Timestamp:
- Nov 4, 2015, 4:47:12 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22837, comment 6
initial v1 1 1 I hate this! There's several modules I've used where changing something in settings starts generating migrations in impossible places (inside virtualenvs, on heroku dynos, etc). There needs to be a better solution to this ... I really can't see the value in having choices exposed to the migrations if it's not wanted (e.g. a callable is used). 2 3 Here's an example: https://github.com/jespino/django-lot/blob/master/lot/models.py#L43