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 comment and make file target to generate all requirement
|
||||
files.
|
||||
* Place deletion policies units before periods for clarity.
|
||||
|
||||
|
||||
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.
|
||||
Improve responsive settings. Redirect to the current view after queueing.
|
||||
- Split document type retention policies into it own view.
|
||||
- Place deletion policies units before periods for clarity.
|
||||
|
||||
|
||||
Removals
|
||||
|
||||
@@ -111,8 +111,8 @@ class DocumentTypeDeleteView(SingleObjectDeleteView):
|
||||
|
||||
class DocumentTypeDeletionPoliciesEditView(SingleObjectEditView):
|
||||
fields = (
|
||||
'trash_time_period', 'trash_time_unit', 'delete_time_period',
|
||||
'delete_time_unit'
|
||||
'trash_time_unit', 'trash_time_period', 'delete_time_unit',
|
||||
'delete_time_period'
|
||||
)
|
||||
model = DocumentType
|
||||
object_permission = permission_document_type_edit
|
||||
|
||||
Reference in New Issue
Block a user