Put deletion policies units before periods
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -271,6 +271,8 @@
|
|||||||
* Add the checkdependencies command.
|
* Add the checkdependencies command.
|
||||||
* Add comment and make file target to generate all requirement
|
* Add comment and make file target to generate all requirement
|
||||||
files.
|
files.
|
||||||
|
* Place deletion policies units before periods for clarity.
|
||||||
|
|
||||||
|
|
||||||
3.1.11 (2019-04-XX)
|
3.1.11 (2019-04-XX)
|
||||||
===================
|
===================
|
||||||
|
|||||||
@@ -705,6 +705,7 @@ Other changes
|
|||||||
Change color scheme to match rest of project. Increase size of data points.
|
Change color scheme to match rest of project. Increase size of data points.
|
||||||
Improve responsive settings. Redirect to the current view after queueing.
|
Improve responsive settings. Redirect to the current view after queueing.
|
||||||
- Split document type retention policies into it own view.
|
- Split document type retention policies into it own view.
|
||||||
|
- Place deletion policies units before periods for clarity.
|
||||||
|
|
||||||
|
|
||||||
Removals
|
Removals
|
||||||
|
|||||||
@@ -111,8 +111,8 @@ class DocumentTypeDeleteView(SingleObjectDeleteView):
|
|||||||
|
|
||||||
class DocumentTypeDeletionPoliciesEditView(SingleObjectEditView):
|
class DocumentTypeDeletionPoliciesEditView(SingleObjectEditView):
|
||||||
fields = (
|
fields = (
|
||||||
'trash_time_period', 'trash_time_unit', 'delete_time_period',
|
'trash_time_unit', 'trash_time_period', 'delete_time_unit',
|
||||||
'delete_time_unit'
|
'delete_time_period'
|
||||||
)
|
)
|
||||||
model = DocumentType
|
model = DocumentType
|
||||||
object_permission = permission_document_type_edit
|
object_permission = permission_document_type_edit
|
||||||
|
|||||||
Reference in New Issue
Block a user