Commit Graph

24 Commits

Author SHA1 Message Date
Frédéric Péters df51fe2c3e misc: adapt version number for PEP 440 2019-01-03 13:35:50 +01:00
Benjamin Dauvergne 08bfb7515e setup.py: use our own get_version() 2018-08-12 21:38:42 +02:00
Mateu Cànaves 323cfcd38a Add migration executors 2017-03-10 16:06:03 +01:00
Gary Reynolds 835c49b930 Update README.rst and setup.py
- update package classifiers to make the pyversions badge work
- add badges for PostgreSQL versions supported
2016-11-11 17:26:23 +11:00
Gary Reynolds cb8862d026 Remove Django < 1.8 compatibility
- resolves template loading in Django 1.8+ (thanks to @tomturner)
 - removed code branches based on django.VERSION value
 - updated documentation to remove details of removed functionality

Closes #289
2016-05-18 22:18:31 +10:00
Bernardo Pires 5bb4ccfaef Raised minimum supported django version to 1.6.0. 2015-07-30 23:23:26 +02:00
Bernardo Pires 18b2be7027 Added missing management.commands.legacy package to setup.py. Fixes #224. 2015-01-12 19:10:41 +01:00
Anton Ovchinnikov ae9cd9c80f Update MANIFEST and setup.py to use README.rst 2014-09-17 10:22:33 +02:00
Anton Ovchinnikov f740df449d PEP8 and typos 2014-08-21 10:33:24 +02:00
Juho Rutila ef3093c1e6 Added zip safe so that easyinstall will work. 2013-11-18 21:50:23 +02:00
Bernardo Pires 65571f2123 added missing examples docs, fixed pip 2013-10-24 09:05:27 +02:00
Bernardo Pires 3cf609fd8c fixed setup.py wrong path to examples 2013-10-20 13:43:18 +02:00
Bernardo Pires a9bae38aff updated docs regarding example project 2013-10-20 13:41:46 +02:00
Bernardo Pires 4bbaf6fc9e added first example: an interactive tutorial for this app 2013-10-20 13:32:30 +02:00
Stephen J. Fuhry 3d7c9003e0 move version directly into setup.py
because if you are doing stuff in __init__.py, setup.py will try to load
it on install, which can cause some problems when resources aren't
available on an initial install
2013-10-14 16:13:42 -04:00
Bernardo Pires 364509407f added psycopg2 dependency 2013-03-16 09:48:45 +01:00
Bernardo Pires a966133fd3 updating docs. updated setup.py and manifest.in to include docs properly 2013-03-06 08:21:28 +01:00
Bernardo Pires 8c85b44d5f fixing setup.py to include management.commands 2013-03-03 13:01:59 +01:00
Bernardo Pires 5882921145 updating docs 2013-03-03 09:31:47 +01:00
Bernardo Pires afecca2e11 pypi should now correctly contain all files 2013-03-03 08:44:03 +01:00
Bernardo Pires 53394ec543 small changes to doc. added repo to pypi 2013-03-02 16:53:02 +01:00
Bernardo Pires f0f16d6ec4 renaming project 2012-06-23 13:17:30 +02:00
Vlada Macek 62e347230e Thank you, Erik. Now added some contacts. 2011-12-07 18:32:08 +01:00
Erik Simmler 838a2ce65e Added setup.py and other packaging miscellania 2011-12-06 17:25:47 -05:00