File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Django-MySQL
25
25
| The dolphin-pony - proof that cute + cute = double cute.
26
26
27
27
28
- Django-MySQL is a non-inventively named package that helps you use some
29
- MySQL/MariaDB-specific features in the world of Django .
28
+ Django-MySQL extends Django's built-in MySQL and MariaDB support their specific
29
+ features not available on other databases .
30
30
31
31
32
32
What kind of features?
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Django-MySQL Documentation
4
4
.. figure :: https://raw.github.com/adamchainz/django-mysql/master/docs/images/dolphin-pony.png
5
5
:alt: The dolphin-pony - proof that cute + cute = double cute.
6
6
7
- Django-MySQL is a non-inventively named package that helps you use some
8
- MySQL/MariaDB-specific features in the world of Django .
7
+ Django-MySQL extends Django's built-in MySQL and MariaDB support their specific
8
+ features not available on other databases .
9
9
10
10
If you're new, check out the :doc: `exposition ` to see all the features in
11
11
action, or get started with :doc: `installation `. Otherwise, take your pick:
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-mysql
3
3
version = 3.2.0
4
- description = Extensions to Django for use with MySQL/ MariaDB
4
+ description = Django-MySQL extends Django' s built-in MySQL and MariaDB support their specific features not available on other databases.
5
5
long_description = file: README.rst, HISTORY.rst
6
6
long_description_content_type = text/x-rst
7
7
author = Adam Johnson
You can’t perform that action at this time.
0 commit comments