chrono/chrono/agendas
Lauréline Guérin 5aa4061c27
dj2: explicit on_delete on ForeignKey (#37317)
RemovedInDjango20Warning:
on_delete will be a required arg for ForeignKey in Django 2.0. Set it to
models.CASCADE on models and in existing migrations if you want to maintain
the current default behavior.See https://docs.djangoproject.com/en/1.11/ref
/models/fields/#django.db.models.ForeignKey.on_delete
2019-10-29 15:42:30 +01:00
..
management general: add support for Python 3 (#23678) 2018-05-13 15:19:14 +02:00
migrations dj2: explicit on_delete on ForeignKey (#37317) 2019-10-29 15:42:30 +01:00
__init__.py add skeleton model and management pages for agendas 2016-02-23 22:35:50 +01:00
models.py dj2: explicit on_delete on ForeignKey (#37317) 2019-10-29 15:42:30 +01:00