Commit Graph

97 Commits

Author SHA1 Message Date
Jorge Pastor 53fa5a02eb inicio 2023/07/09
edited 2023/11/24 by pedro
2023-11-26 09:52:02 +00:00
Santiago L 28c03ac6c8 Handle HTML safe rendering on accounts, bills & payments
Drop `allow_tags` attribute which has been removed on Django 2.0
2021-05-24 12:36:49 +02:00
Santiago L 9953124a95 Replace Context by dict
Since Django 1.10 template objects returned by get_template() and
select_template() no longer accept a Context in their render() method.
2021-05-24 11:19:30 +02:00
Santiago L f0683660ae Fix display format on bills, orders & services
Drop `allow_tags` attribute which has been removed on Django 2.0
2021-05-17 14:15:12 +02:00
Santiago L 8dc792b851 Fix render() of PaddingCheckboxSelectMultiple widget 2021-05-13 12:37:17 +02:00
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 aebbd424fc Fix admin list_display with HTML content 2021-05-12 14:16:28 +02:00
Santiago L f7627926cb Replace detail_route with action decorator
DRF 3.10.0 deprecates the detail_route decorator in favor of action
2021-05-06 13:08:21 +02:00
Santiago L 7fa7106d72 Update migrations to include mandatory on_delete
Django 2.0
2021-04-22 14:18:01 +02:00
Santiago L a8b17da992 Squash migrations 2021-04-22 13:29:09 +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 d863598d81 Define on_delete argument for ForeignKey and OneToOneField
Required since Django 2.0
2021-04-22 10:28:00 +02:00
Santiago L eadc06d4c5 django.core.urlresolvers moved to django.urls
Django 2.0
2021-04-21 14:27:18 +02:00
Santiago L f4c0a7413c Generate missing migrations. 2021-03-30 12:52:12 +02:00
Santiago L 43d8c9471b Latest Pangea source code deployed to production. 2021-01-13 16:41:36 +01:00
Marc Aymerich 35c7265bff Fixed send email template 2017-04-03 17:06:06 +00:00
Marc Aymerich ec53d357f6 Upgraded to django 1.10.x 2016-10-11 12:01:56 +02:00
Marc Aymerich d96afe41fa Random fixes 2016-06-17 10:00:04 +00:00
Marc Aymerich 1265881fbf Random fixes 2016-05-20 08:29:25 +00:00
Marc Aymerich 2490ff83c8 Random fixes 2016-05-18 14:08:12 +00:00
Marc Aymerich 5a62b9be85 DJ1.9 upgrade: Changes icons from gif to svg 2016-05-03 12:14:59 +00:00
Marc Aymerich 62fd85a987 Remove future template tags 2016-04-30 11:31:57 +00:00
Marc Aymerich 85c0e75bcd Django 1.9 compatibility 2016-04-30 12:23:13 +01:00
Marc Aymerich 2ae4b482f4 DJ1.9 compat field.related 2016-04-29 09:24:07 +00:00
Marc Aymerich ad2f8859c1 DJ1.9 compat field.related 2016-04-28 11:06:07 +00:00
Marc Aymerich c201b6f03d Fixed random bugs 2016-04-27 08:35:13 +00:00
Marc Aymerich 682a8947d3 Dont delete lists when deleting domains 2016-04-15 09:56:10 +00:00
Marc Aymerich 27aec2e5f0 Fixes on payments 2016-04-07 11:14:44 +00:00
Marc Aymerich d849ec8867 Fixes on billing 2016-04-06 19:00:16 +00:00
Marc Aymerich 4adfd4c83a Implemented enable admin action0 2016-03-31 16:02:50 +00:00
Marc Aymerich 6caf838549 Minor improvements 2016-03-04 09:46:39 +00:00
Marc Aymerich 201608c49c Improved admin performance 2016-02-23 11:49:10 +00:00
Marc Aymerich b70d307a2f Better user interaction on close send download bills action 2016-02-16 13:22:11 +00:00
Marc Aymerich cbdac257a0 Random fixes 2016-02-11 14:24:09 +00:00
Marc Aymerich db652484c1 Fixed bill number problem and added fee extra lines 2016-01-29 14:07:55 +00:00
Marc Aymerich 3faf519a49 Added missing migrations 2016-01-27 09:21:00 +00:00
Marc Aymerich 2e317e529f Fixed year detection for billing number 2016-01-27 09:16:33 +00:00
Marc Aymerich c1dcca4f79 Fixed some bugs in systemusers and wordpress backends 2015-11-26 10:42:18 +00:00
Marc Aymerich d6f85f07df Fixed mailer connection issues 2015-11-09 19:07:06 +00:00
Marc Aymerich 598bb39f84 Added ne bill total list filter 2015-11-03 11:09:04 +00:00
Marc Aymerich 18582237bd Fixed strange bug on adminformset_factory 2015-10-30 12:09:01 +00:00
Marc Aymerich 5365cbeb0a Random fixes 2015-10-29 18:19:00 +00:00
Marc Aymerich 38a46b5983 Random fixes 2015-10-08 13:54:39 +00:00
Marc Aymerich fe71ef72d6 Added select account template 2015-10-05 14:49:15 +00:00
Marc Aymerich 7128db2640 PEP8 compliance 2015-10-05 13:31:08 +00:00
Marc Aymerich 4173d7de27 Replace cached, IPy and cmp_key for python3 standard library 2015-10-02 11:08:23 +00:00
Marc Aymerich 835a4ab872 Fixes on payments and saas domains 2015-09-29 12:35:22 +00:00
Marc Aymerich 6715f2ee2b Random fixes 2015-09-23 12:22:32 +00:00
Marc Aymerich 2491367d42 Added dokuwiki traffic accountancy backend 2015-09-17 11:21:35 +00:00
Marc Aymerich 8753b94b8c Refactored model classmethods to manager methos 2015-09-04 10:22:14 +00:00