8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 11:23:10 +00:00
re2o/machines
Maël Kervella 5eaa9a2feb Fix #116: Remove default SOA in Extension & Force reversion context
- The default for extension SOA is now None, else a new SOA named `SOA
to edit` was created when adding a new extension (because of the
get_or_create() )
- The mixins are now inside a reversion context else sometimes the
reversion context was not set and re2o would crash on the set_comment
2018-04-29 16:34:05 +00:00
..
migrations Fix : migration for renaming permission Srv.view_soa to Srv.view_srv 2018-04-15 23:52:24 +00:00
templates/machines Fix #86 2018-04-16 23:57:22 +02:00
__init__.py Pylint compliance on machines 2018-04-15 10:52:27 +00:00
acl.py Pep8 compliance on machines 2018-04-15 10:52:26 +00:00
admin.py Pylint compliance on machines 2018-04-15 10:52:27 +00:00
forms.py Pylint compliance on machines 2018-04-15 10:52:27 +00:00
models.py Fix #116: Remove default SOA in Extension & Force reversion context 2018-04-29 16:34:05 +00:00
serializers.py Pylint compliance on machines 2018-04-15 10:52:27 +00:00
tests.py Pylint compliance on machines 2018-04-15 10:52:27 +00:00
urls.py Pylint compliance on machines 2018-04-15 10:52:27 +00:00
views.py Fix unused variables in kwargs 2018-04-15 10:52:27 +00:00