Commit Graph

13 Commits

Author SHA1 Message Date
Carlton Gibson ba92f71fec Prepare for 0.13 release 2016-03-11 20:38:25 +01:00
Florian Apolloner f54953de60 Increased version to 0.7 and updated german translations. 2013-08-10 12:35:09 +02:00
Jacob Radford dec9a60ea6 Update MANIFEST.in
include AUTHORS instead of AUTHORS.txt
[ci skip]
2013-03-26 11:29:05 -03: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 4d8140acee Fixed MANIFEST.in 2012-11-16 13:07:46 +01: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 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 a9fef2c908 add files to the MANIFEST, bump the version number 2009-06-18 18:34:34 -05: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