django-historicalrecords icon indicating copy to clipboard operation
django-historicalrecords copied to clipboard

Automatic shadow table of django model instances

Results 3 django-historicalrecords issues
Sort by recently updated
recently updated
newest added

After upgrading my project to Django 1.8 I get the following Warning and Hint: WARNINGS: `flag.HistoricalFlag.history_date`: (fields.W161) Fixed default value provided. HINT: It seems you set a fixed date /...

I am concerned about using this field because it is not clear that it is South-compatible.