Carl Meyer
e070237a34
README and changelog updates.
2015-12-02 12:54:06 -07:00
Carl Meyer
520f1f74d1
Add missed changelog entry for removal of PassThroughManager.
2015-12-02 12:47:07 -07:00
Carl Meyer
f1f8749fa9
Bump version to 2.4.1a1.
2015-12-02 10:55:59 -07:00
Carl Meyer
3c8fe6a7d2
Bump version to 2.4.
2015-12-02 10:43:11 -07:00
Carl Meyer
f40f90e618
Merge pull request #197 from patrys/test-against-django19-stable
...
Start testing against Django 1.9 stable
2015-12-02 11:38:47 -06:00
Patryk Zawadzki
40fae1a6d2
Start testing against Django 1.9 stable
2015-12-02 12:15:08 +01:00
Carl Meyer
8fb1e56975
Merge pull request #192 from karlwnw/djangolt19compat
...
Backwards compatibility issue: fix _clone signature for Django<1.9
2015-11-02 13:53:31 -07:00
Karl WnW
ce8deed5ca
Fix _clone signature for Django<1.9
...
InheritanceQuerySetMixin._clone signature conflicts with django
ValuesQuerySet._clone code which calls super like this:
"c = super(ValuesQuerySet, self)._clone(klass, **kwargs)"
2015-11-02 17:52:43 +01:00
Carl Meyer
b06fa8c752
Update AUTHORS and changelog.
2015-10-28 17:16:50 -06:00
Carl Meyer
fda1fd2cf3
Merge pull request #191 from jarekwg/master
...
Add support for Django 1.9
2015-10-28 17:11:29 -06:00
jarekwg
dcd288cb09
Jumped the gun with py35 tests..
...
https://github.com/travis-ci/travis-ci/issues/4794
2015-10-29 09:42:16 +11:00
jarekwg
81eba92e61
flakes
2015-10-29 09:37:21 +11:00
jarekwg
1d473ec6a9
Test InheritanceManager fail against a different model
2015-10-29 09:33:45 +11:00
jarekwg
c2019fd370
Add py35 tests; remove py32&33 tests against django19
2015-10-29 09:29:49 +11:00
jarekwg
9204fe0ed2
Missing commas
2015-10-29 08:45:53 +11:00
jarekwg
c82ce585b3
Make tests run against django1.9
2015-10-29 08:26:36 +11:00
jarekwg
01514db83c
Update MutableField for 1.9
2015-10-29 08:12:35 +11:00
jarekwg
201aa3bf30
Half-assed use of User model raises exceptions in 1.9b1
2015-10-29 08:12:02 +11:00
jarekwg
bbad2b7b47
Hide _clone params in kwargs to match django 1.9 signature
2015-10-29 02:00:49 +11:00
jarekwg
2824ec2e48
Remove PassThroughManager
...
As of Django 1.7, QuerySet.as_manager() achieves the same result.
2015-10-29 00:10:28 +11:00
jarekwg
7a33e14f4b
Get StatusFields working
2015-10-29 00:02:46 +11:00
jarekwg
665fc04b7e
Must use the 'Now' database function in django>=1.9
2015-10-28 23:47:33 +11:00
Carl Meyer
165e0ec495
Bump version for 2.4 development.
2015-07-20 10:32:18 -06:00
Carl Meyer
443108c7ad
Set version for 2.3.1 release.
2015-07-20 10:22:27 -06:00
Carl Meyer
114f4fe228
Add script and makefile tasks for making and compiling messages; un-gitignore .mo files.
2015-07-20 10:20:11 -06:00
Carl Meyer
b2149c8e73
Remove translations automation in setup.py. Fixes GH-178, GH-179.
2015-07-20 09:56:07 -06:00
Carl Meyer
ab4a2b4ce4
Bump version to 2.4a1.
2015-07-17 13:02:07 -06:00
Carl Meyer
b1c183d475
Bump version to 2.3.
2015-07-17 11:38:39 -06:00
Carl Meyer
b09fa1e14e
Add changelog note about Django 1.8 compat.
2015-07-17 11:37:59 -06:00
Carl Meyer
d29f7b573e
Merge pull request #176 from myvision-de/master
...
German translations
2015-07-02 18:19:33 -07:00
Philipp Steinhardt
8bd2f8bcda
* update AUTHORS.rst and CHANGES.rst
2015-07-02 14:30:09 +02:00
Philipp Steinhardt
1545e3179c
* add translations paragraph to CONTRIBUTING.rst
2015-07-02 14:27:54 +02:00
Philipp Steinhardt
1bfee88c06
* clean up po file header
2015-07-02 13:53:39 +02:00
Philipp Steinhardt
3c54c847b8
* include .po message catalogs in source distributions
...
* remove include_package_data from setup
2015-07-02 13:41:26 +02:00
Philipp Steinhardt
5218b483c5
* add german translations
2015-07-01 14:16:40 +02:00
Philipp Steinhardt
0ddff705c6
* compile django messege catalogs during setup and install them
...
* add compiled django translations to gitignore
2015-07-01 14:16:03 +02:00
Trey Hunner
debff0cbbf
Merge pull request #173 from carljm/fix-pypi-pin
...
Use shields.io for PyPI badge
2015-06-28 20:45:51 -07:00
Trey Hunner
9266f07db6
Merge pull request #174 from carljm/happy-new-year
...
Update copyright years to 2015
2015-06-28 20:27:14 -07:00
Trey Hunner
8015b86237
✨ Happy New Year! ✨
2015-06-28 19:04:27 -07:00
Trey Hunner
15275b3a9f
Use shields.io for PyPI badge
...
pypipins is down: badges/pypipins#37
2015-06-28 18:46:20 -07:00
Carl Meyer
fb20a1390f
Merge pull request #172 from pacahon/master
...
Fix #169 issue
2015-06-18 03:20:51 -06:00
Sergey Zherevchuk
608028aba8
Fix #169 issue
...
Hardcoding no_excerpt_field field in deconstruct() method of SplitField class
2015-06-18 11:11:28 +03:00
Carl Meyer
d797996d13
Fix Python 2.6 compatibility.
2015-01-28 12:17:34 -07:00
Carl Meyer
a1088dba52
Simpler cross-version implementation of _field_exists.
2015-01-28 10:59:20 -07:00
Carl Meyer
501896d75f
Merge pull request #161 from carljm/django18
...
Django 1.8+ compatibility
2015-01-27 18:11:23 -07:00
Carl Meyer
a4680a32c6
Add Django trunk builds back to allowed-failures.
2015-01-27 16:59:22 -07:00
Carl Meyer
fce5b4391d
Remove allow-failures from Travis config.
2015-01-27 16:49:16 -07:00
Carl Meyer
3f9b1cfac8
Fix select_subclasses for Django 1.8.
2015-01-27 16:48:06 -07:00
Carl Meyer
3110794afc
Fix 'add_*_manager' signal handlers for Django 1.8+.
2015-01-27 16:43:29 -07:00
Carl Meyer
7012e16cc8
Add Dmytro Kyrychuk to AUTHORS file.
2015-01-26 22:28:55 -07:00