chrono/chrono
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
..
agendas dj2: explicit on_delete on ForeignKey (#37317) 2019-10-29 15:42:30 +01:00
api misc: add a description field to events (#36169) 2019-09-17 08:50:05 +02:00
formats api: use django DATETIME_FORMAT to format dates 2016-03-30 08:04:51 +02:00
locale/fr/LC_MESSAGES translation update 2019-09-17 19:16:43 +02:00
manager manager: fix pluralization of imported agendas messages (#35571) 2019-08-26 16:08:53 +02:00
__init__.py initial application skeleton 2016-02-21 10:44:53 +01:00
interval.py general: add support for Python 3 (#23678) 2018-05-13 15:19:14 +02:00
settings.py general: add support for Python 3 (#23678) 2018-05-13 15:19:14 +02:00
urls.py misc: update urls.py to remove patterns usage (#15972) 2017-05-06 10:03:46 +02:00
urls_utils.py dj2: is_anonymous is now an attribute (#37317) 2019-10-29 15:06:17 +01:00
views.py general: add support for Python 3 (#23678) 2018-05-13 15:19:14 +02:00
wsgi.py initial application skeleton 2016-02-21 10:44:53 +01:00