You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrey Zhavoronkov 87d76c9a1a
Update Django 2->3 (#2121)
* used ubuntu 20.04 as base image

* updated CI image

* Fixed indent

* updated contributing guide and changelog

* update django

* Fixed migration:
this migration contains several "duplicates" (for example, it changes the id field and then changes the tarck_id field of the related table).
Since version 3.x, Django cannot apply such migrations and throws an exception.
Also checked the auto-generated migration: it doesn't contain those double changes.
In both cases, the schemas of these tables are the same.
6 years ago
..
authentication Added password reset functionality (#2058) 6 years ago
dataset_manager Fix cvat format (#2071) 6 years ago
documentation Added ability to configure email verification for registered user (#1929) 6 years ago
engine Update Django 2->3 (#2121) 6 years ago
git Remove old UI (#1964) 6 years ago
lambda_manager Siammask tracker as DL serverless function (#1988) 6 years ago
log_viewer Remove old UI (#1964) 6 years ago
restrictions Remove old UI (#1964) 6 years ago
profiler.py Fix upload big xml files for tasks (#199) 8 years ago