[Python-modules-commits] [django-hstore] 04/07: Fix non-ascii character in README.rst
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Nov 26 23:16:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository django-hstore.
commit 45a08265ad82c04c310f93438140ffc794eb258f
Author: Scott Kitterman <scott at kitterman.com>
Date: Sat Nov 26 16:56:03 2016 -0500
Fix non-ascii character in README.rst
---
README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
index b8d5cac..a2231e5 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@ django-hstore
You need **dynamic columns** in your tables. What do you do?
-- Create lots of tables to handle it. Nice, now you’ll need more models and lots of additional sqls. Insertion and selection will be slow as hell.
+- Create lots of tables to handle it. Nice, now you'll need more models and lots of additional sqls. Insertion and selection will be slow as hell.
- Use a **noSQL** database just for this issue. **Good luck**.
- Create a serialized column. Nice, insertion will be fine, and reading data from a record too. But, what if you have a condition in your select that includes serialized data? Yeah, regular expressions.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-hstore.git
More information about the Python-modules-commits
mailing list