Skip to content

Commit 26f9a7b

Browse files
authored
Change tagline (#584)
A lot of users seem to be installing Django-MySQL in the belief that it provides the base MySQL support for Django. Hopefully this will reduce that.
1 parent 18b25c6 commit 26f9a7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Django-MySQL
2525
| The dolphin-pony - proof that cute + cute = double cute.
2626
2727

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.
3030

3131

3232
What kind of features?

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Django-MySQL Documentation
44
.. figure:: https://raw.github.com/adamchainz/django-mysql/master/docs/images/dolphin-pony.png
55
:alt: The dolphin-pony - proof that cute + cute = double cute.
66

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.
99

1010
If you're new, check out the :doc:`exposition` to see all the features in
1111
action, or get started with :doc:`installation`. Otherwise, take your pick:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = django-mysql
33
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.
55
long_description = file: README.rst, HISTORY.rst
66
long_description_content_type = text/x-rst
77
author = Adam Johnson

0 commit comments

Comments
 (0)