Commit Graph

30 Commits

Author SHA1 Message Date
Santiago L 97f1c7ef2b Replace field.rel.to with field.remote_field.model
Field.rel and Field.remote_field.to are removed in Django 2.x
2021-04-22 14:44:47 +02:00
Santiago L d863598d81 Define on_delete argument for ForeignKey and OneToOneField
Required since Django 2.0
2021-04-22 10:28:00 +02:00
Santiago L 9d2d0befc4 Rename `async`--> `run_async`
On Python3.5 async becames a reserved keyword.
2021-03-30 12:51:12 +02:00
Marc Aymerich e033fe3865 Rename _.meta.virtual_fields to privat_fields 2016-11-15 09:05:16 +00:00
Marc Aymerich c201b6f03d Fixed random bugs 2016-04-27 08:35:13 +00:00
Marc Aymerich ebd5ff03ce Improved db indexes 2016-02-19 10:11:28 +00:00
Marc Aymerich eb4673b3c4 Added Admin global search view 2015-10-07 22:05:00 +00:00
Marc Aymerich 7128db2640 PEP8 compliance 2015-10-05 13:31:08 +00:00
Marc Aymerich 912ee9744e Fixed account delete/disable 2015-09-18 11:29:52 +00:00
Marc Aymerich 2491367d42 Added dokuwiki traffic accountancy backend 2015-09-17 11:21:35 +00:00
Marc Aymerich 5b5d62ef38 Added phplist and wordpress SaaS traffic backends 2015-09-16 12:15:05 +00:00
Marc Aymerich 8753b94b8c Refactored model classmethods to manager methos 2015-09-04 10:22:14 +00:00
Marc Aymerich 4593fcc278 Fixes on resources, mailer and vps0 2015-08-05 22:58:35 +00:00
Marc Aymerich 671da932eb Improved resource data history 2015-07-27 12:55:35 +00:00
Marc Aymerich ff6b4ec9b2 Improvements on resource consumption history graph 2015-07-23 12:41:42 +00:00
Marc Aymerich 48a19d8be9 Added resource history support 2015-07-16 13:07:15 +00:00
Marc Aymerich 5e4dead0c9 Added filter by resource data on monitor data changelist 2015-06-16 11:34:46 +00:00
Marc Aymerich a0ccb5c420 Deleted resource backend support 2015-05-13 14:28:41 +00:00
Marc Aymerich ab6d027f01 Deleted resource backend support 2015-05-13 14:27:24 +00:00
Marc Aymerich b5a3f64aa9 Reandom fixes 2015-05-07 19:00:02 +00:00
Marc Aymerich 17974d41fa Refactored dashboard icons and menu registration 2015-05-07 14:09:37 +00:00
Marc Aymerich 27dbe6ca8d Added tasks app 2015-05-03 21:26:17 +00:00
Marc Aymerich 184436dbe4 Added tasks app 2015-05-03 17:44:46 +00:00
Marc Aymerich a512976962 Merge pull request #9 from amon-ra/master
Some minor tweaks
2015-05-01 20:10:00 +02:00
Marc Aymerich f5e80d680c Added create initial superuser prompt on accounts post migrate 2015-05-01 18:05:34 +00:00
amon-ra 9a836f6e25 removed some django warnings 2015-05-01 19:23:22 +02:00
Marc Aymerich 759c01c64c Added admin support for settings 2015-04-26 13:53:00 +00:00
Marc Aymerich a04f5cc5da Lots of random fixes 2015-04-09 14:32:10 +00:00
Marc Aymerich e44b1ee6de Added initial migrations 2015-04-08 14:41:09 +00:00
Marc Aymerich 10d2f7f247 Moved apps to contrib 2015-04-05 10:46:24 +00:00