Commit Graph

50 Commits

Author SHA1 Message Date
Carlton Gibson 6eff47fab2 Update CHANGES and version for 1.0.1 release 2016-11-28 15:51:22 +01:00
Carlton Gibson 3a18f11b3b Update Changes and Version for 1.0 Release 2016-11-17 15:24:40 +01:00
Carlton Gibson eb298ee2a6 Update Changes and Version Number for 0.15.3 release 2016-10-17 09:45:46 +02:00
Carlton Gibson e40e45e38b Bump version for release 2016-09-29 11:35:07 +02:00
Carlton Gibson d6d1652c0d Change Log and Bump Version for 0.15.1 2016-09-28 21:38:02 +02:00
Carlton Gibson 97f11fd7ab Bump version from 0.15 release 2016-09-20 21:57:04 +02:00
Daniel Hahler f4e51fb013 flake8 fixes
Ignoring E501 (line too long), and docs/.
2016-08-19 22:42:11 +02:00
Carlton Gibson 69905eb869 Update CHANGES and version for 0.14 Release 2016-08-14 21:08:52 +02:00
Ed Morley 19931e4377 Travis: Stop testing on Python 3.2
Since it's no longer supported as of 2016-02-20:
https://docs.python.org/devguide/#status-of-python-branches
2016-08-03 15:11:49 +01:00
Carlton Gibson ba92f71fec Prepare for 0.13 release 2016-03-11 20:38:25 +01:00
Carlton Gibson e1f40b00b4 Update CHANGES and version for release 2016-01-07 20:46:25 +01:00
Nik Nyby 229c1ed73c test on final version of django 1.9 2015-12-03 21:49:13 -05:00
Carlton Gibson d71fd50724 Update setup.py
Fixes #282
2015-09-03 14:23:06 +02:00
Carlton Gibson b8758f17f9 Update version for release. 2015-08-14 11:44:33 +02:00
Carlton Gibson 59ac87aa81 Do change notes, bumpversion 2015-05-13 15:13:48 +02:00
Carlton Gibson 888d279c02 Bumpversion to 0.9.3-dev 2015-05-13 14:03:27 +02:00
Diogo Machado d3c80b9d34 group filter fields with meta option 'together' 2015-03-17 10:12:29 +00:00
Carlton Gibson 13d4fe30e5 v0.9.2 2015-01-23 14:52:27 +01:00
Carlton Gibson 138ce03b69 Version 0.9.1
Compatibility with Debug Toolbar's versions panel
2014-12-03 09:28:07 +01:00
Carlton Gibson 41e2b72a4a Version 0.9 2014-11-28 13:53:17 +01:00
Sławek Ehlert 3215887a69 Bump version: 0.8.0 → 0.9.0-dev 2014-11-09 20:42:20 +01:00
Sławek Ehlert 788dc847e1 try to use bumpversion when releasing new version 2014-11-09 19:53:56 +01:00
Trey Hunner cc0fb11aee Add Python version classifiers
Fixes gh-147.
2014-08-02 16:36:26 -07:00
Florian Apolloner f54953de60 Increased version to 0.7 and updated german translations. 2013-08-10 12:35:09 +02:00
Florian Apolloner a44155670b Increased version to 0.7a0 2013-03-25 16:06:01 +01:00
Florian Apolloner 4d322a2fdd Cleanups for 0.6 final. 2013-03-25 15:54:14 +01:00
Florian Apolloner 91c01e7943 Increased version to v0.6a2. 2013-03-12 20:17:50 +01:00
Florian Apolloner a89a83772a renamed test_django_filters to tests.
Thanks to Donald Stufft for the heads up
2013-03-12 19:38:12 +01:00
Florian Apolloner 879e9f6159 Don't include the tests in the installation (only in the source tarball). 2013-03-12 19:34:15 +01:00
nkryptic 5bf5bb6222 update project for pending release 2013-03-11 23:15:19 -04:00
nkryptic c3d51c1005 major refactor of the tests:
* moves tests package to root of project and renames it to test_django_filters
* splits tests.py into multiple files
* removes fixture need by creating instances on the fly
** attempted to use factory_boy instead, but it isn't py3k compatible yet
* uses django-discover-runner to find the test cases

while primarily focused on test refactoring, it also:
* updates runtests.py to allow more flexibility when running tests
* adds a runshell.py which configures django, runs syncdb and loads the test environment shell (in-memory sqlite db)
* adds pip requirements files for new test dependencies
* updates MANIFEST.in for test package split
* uses py3k compatible relative imports when possible
* removes XMLField handling, since we only support Django >= 1.4
* removes unnecessary code to get length on MultipleChoiceField's choices when filtering
* updates code for pep8 and pyflakes adherence
2013-02-18 20:07:28 -05:00
Florian Apolloner d9f3b20973 Increased version to 0.5.5a1 2012-11-16 13:18:21 +01:00
Tom Christie 81c0ad5269 Use rst not markdown. (sob) 2012-10-12 20:18:54 +01:00
Tom Christie 371d3ca63b Fix up README 2012-10-12 10:08:42 +01:00
Florian Apolloner 26b2cb943d Merge branch 'master' into cortextual-master 2012-09-17 11:21:22 +02:00
Florian Apolloner 25292fc05d Increased version to 0.5.4. 2012-09-17 11:11:52 +02:00
Florian Apolloner 93400abca0 A bit of PEP008 compat and more fixes for Django 1.5. 2012-09-17 11:09:15 +02:00
Andrew D. Ball 72c16a8e7d Conservative natural language edits for readability.
Signed-off-by: Andrew D. Ball <anball@gmail.com>
2010-09-21 17:56:35 -04:00
Alex Gaynor bdb1015f34 Bump version number for release. 2010-03-10 02:19:42 -06:00
Alex Gaynor 304f3d8be2 Bump the version number for the small setup.py fixes. 2009-11-30 01:01:07 -05:00
Alex Gaynor b09f657775 Make sure templates are included when installing with setup.py 2009-11-27 23:28:12 -06:00
Alex Gaynor d9934ce734 Include the fixtures when django_filters is installed. 2009-11-27 23:21:41 -06:00
Alex Gaynor 1ca30d0673 bumb the version number 2009-08-25 11:33:23 -05:00
Alex Gaynor ac73853f61 dump version number in prep for release 2009-08-14 12:08:50 -05:00
Alex Gaynor 225aad0808 BACKWARDS INCOMPATIBLE CHANGE: Renamed the module from filter to django_filters, now it doesn't contend with the Python builtin filter. 2009-08-12 18:00:00 -05:00
Alex Gaynor 00a56f2240 added more detail to the README, also added a long description to the PyPi entry 2009-06-20 12:56:51 -05:00
Alex Gaynor a9fef2c908 add files to the MANIFEST, bump the version number 2009-06-18 18:34:34 -05:00
Jannis Leidel 856af5f0c9 Back to the past
Signed-off-by: Alex Gaynor <alex.gaynor@gmail.com>
2009-05-08 04:16:56 +08:00
Jannis Leidel a94c821649 Added additional manifest template to make sure distutils likes the package. Got rid of dependency on setuptools_git, too
Signed-off-by: Alex Gaynor <alex.gaynor@gmail.com>
2009-05-08 04:16:55 +08:00
Alex Gaynor 76e0300650 added a setup.py 2009-02-14 00:04:51 -05:00