From 04d3583d314861258e9c578789bd2ed30035c13e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 23 Nov 2024 01:26:31 -0500 Subject: */*: move wger & dependencies to wger-overlay Signed-off-by: Julien Roy --- dev-python/django-mysql/metadata.xml | 42 ------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 dev-python/django-mysql/metadata.xml (limited to 'dev-python/django-mysql/metadata.xml') diff --git a/dev-python/django-mysql/metadata.xml b/dev-python/django-mysql/metadata.xml deleted file mode 100644 index 1ddd824..0000000 --- a/dev-python/django-mysql/metadata.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - Julien Roy - julien@jroy.ca - - -Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases. -What kind of features? - -Includes: - - QuerySet extensions: - 'Smart' iteration - chunked pagination across a large queryset - approx_count for quick estimates of count() - Query hints - Quick pt-visual-explain of the underlying query - Model fields: - MariaDB Dynamic Columns for storing dictionaries - Comma-separated fields for storing lists and sets - 'Missing' fields: differently sized BinaryField/TextField classes, BooleanFields represented by BIT(1) - ORM expressions for over 20 MySQL-specific functions - A new cache backend that makes use of MySQL's upsert statement and does compression - Status variable inspection and utility methods - Named locks for easy locking of e.g. external resources - Table lock manager for hard to pull off data migrations - -To see them all, check out the exposition at https://django-mysql.readthedocs.io/en/latest/exposition.html . - - - - Adam Johnson - me@adamj.eu - - https://github.com/adamchainz/django-mysql/issues - https://github.com/adamchainz/django-mysql/releases - https://django-mysql.readthedocs.io/ - django-mysql - adamchainz/django-mysql - - -- cgit v1.2.3