Commit Graph

11 Commits

Author SHA1 Message Date
Santiago L 48ef1f21e3 Navigate through FK field to related model
Fix regression introduced by 7d975637d5
when there is a misunderstanding while replacing deprecated rel.to
2021-05-12 14:38:17 +02:00
Santiago L b6cf0c34f5 Call User.is_authenticated and User.is_anonymous as properties 2021-04-22 14:31:05 +02:00
Santiago L 7d975637d5 Replace ForeignKey.field.rel.to --> field.model
rel.to dropped on Django 2.0
2021-04-22 10:44:09 +02:00
Santiago L eadc06d4c5 django.core.urlresolvers moved to django.urls
Django 2.0
2021-04-21 14:27:18 +02:00
Marc Aymerich 7128db2640 PEP8 compliance 2015-10-05 13:31:08 +00:00
Marc Aymerich 21b3544895 Removed unused imports and patterns 2015-05-19 13:27:04 +00:00
amon-ra 9a836f6e25 removed some django warnings 2015-05-01 19:23:22 +02:00
Marc Aymerich 1a78317028 Upgraded to DRF3 2015-04-23 14:34:04 +00:00
Marc Aymerich b3946168f3 Ported to python 3.4 2015-04-02 16:14:55 +00:00
Marc 99b14f9c9f Major cleanup 2014-09-26 15:05:20 +00:00
Marc dddb11bf40 Initial commit 2014-05-08 16:59:35 +00:00