mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
View and some validation logic for database config
* Fixing some bugs in the manifest definition * Database model and schema migration for tower settings * Initial View and Serializer implementation using a strategy of merging model instances and named tuples
This commit is contained in:
@@ -144,6 +144,7 @@ class APIView(views.APIView):
|
||||
'new_in_220': getattr(self, 'new_in_220', False),
|
||||
'new_in_230': getattr(self, 'new_in_230', False),
|
||||
'new_in_240': getattr(self, 'new_in_240', False),
|
||||
'new_in_300': getattr(self, 'new_in_300', False),
|
||||
}
|
||||
|
||||
def get_description(self, html=False):
|
||||
|
||||
Reference in New Issue
Block a user