Carl Meyer
|
afded4847b
|
Move primary development to GitHub.
|
2013-01-27 11:35:39 -08:00 |
|
Carl Meyer
|
f7f54a03b0
|
Enable pickling PassThroughManager in Django 1.5.
|
2013-01-26 22:10:14 -08:00 |
|
Carl Meyer
|
a76006a3b2
|
Merge UpdateOrCreateMixin.
|
2013-01-26 17:20:52 -08:00 |
|
Carl Meyer
|
05f1dc97b3
|
Set use_for_related_fields=True on QueryManager.
|
2013-01-26 17:09:16 -08:00 |
|
Carl Meyer
|
ec1870c98a
|
Merge pull request #19 from DXist/master
Extra deny methods for PassThroughManager
|
2013-01-26 17:05:15 -08:00 |
|
Carl Meyer
|
41607c0b56
|
Resolve duplication between two pull requests for Choices.__len__.
|
2013-01-26 17:04:15 -08:00 |
|
Carl Meyer
|
4217dbd7fe
|
Merge pull request #16 from ryankask/choices-len
__len__ method for Choices
|
2013-01-26 17:01:06 -08:00 |
|
Carl Meyer
|
962a1744a9
|
Update tox.ini.
|
2013-01-26 16:47:01 -08:00 |
|
Carl Meyer
|
aa8c79eeb4
|
More straightforward, efficient implementation for InheritanceQuerySet.
|
2013-01-26 16:46:51 -08:00 |
|
Carl Meyer
|
8808aa05b8
|
Merged in jgsogo/django-model-utils (pull request #5)
patch to issue #16
|
2013-01-26 16:40:26 -08:00 |
|
Carl Meyer
|
6935f73233
|
Merged in jfunk/django-model-utils (pull request #9)
Add __len__() method to Choices
|
2013-01-26 15:52:47 -08:00 |
|
Carl Meyer
|
6f5c57833c
|
Add doc note about setting db_index on StatusField; thanks Matt McClanahan for pointing this out.
|
2013-01-26 15:51:50 -08:00 |
|
Alejandro Varas
|
e8552a01f1
|
Fixed typo on README
|
2013-01-23 15:58:54 -08:00 |
|
Rinat Shigapov
|
e9e57e096f
|
deny methods for queryset copy
|
2012-11-08 12:24:17 +04:00 |
|
Javier García Sogo
|
575a5e1340
|
avoid plain except
|
2012-11-05 13:43:42 +01:00 |
|
James Oakley
|
9ea6605226
|
Add __len__() method to Choices
|
2012-10-30 11:01:57 -07:00 |
|
Carl Meyer
|
f85e59c5d0
|
Merge.
|
2012-09-27 09:49:12 -06:00 |
|
Carl Meyer
|
2376c931ab
|
Update PassThroughManager docstring to match README docs; thanks atreanor.
|
2012-09-27 09:48:04 -06:00 |
|
Antti Kaihola
|
21371e3ea4
|
Added missing imports for UpdateOrCreateMixin
|
2012-08-27 15:21:52 +03:00 |
|
Simon Meers
|
bbb13d2587
|
Add import in PassThroughManager example
|
2012-08-16 11:52:04 +10:00 |
|
Javier Garcia Sogo
|
6ab6da083c
|
patch to issue#16
|
2012-07-06 22:12:58 +02:00 |
|
Antti Kaihola
|
7b03f1d001
|
Added missing imports to examples in README.rst
|
2012-06-08 16:54:39 +03:00 |
|
Antti Kaihola
|
c83c14c46f
|
Added an UpdateOrCreateMixin for creating custom managers and querysets which have an .update_or_create() method (see Django ticket #3182).
|
2012-06-08 16:47:28 +03:00 |
|
Ryan Kaskel
|
dee09ade4b
|
Add e-mail to AUTHORS.
|
2012-05-10 12:08:32 +01:00 |
|
Ryan Kaskel
|
7cbfbdb453
|
len support for Choices.
|
2012-05-10 12:07:42 +01:00 |
|
Carl Meyer
|
ea4f98d91f
|
Bump version for dev.
|
2012-04-13 17:36:39 -06:00 |
|
Carl Meyer
|
f6abf851be
|
Added tag 1.1.0 for changeset 92792fb14a51
|
2012-04-13 17:33:51 -06:00 |
|
Carl Meyer
|
88e6f6d50e
|
Bump version for release.
|
2012-04-13 17:33:23 -06:00 |
|
Carl Meyer
|
cf83f6b9db
|
Update tox.ini for 1.4 release.
|
2012-04-13 17:31:42 -06:00 |
|
Carl Meyer
|
38dee4c560
|
Remove pre-1.2 test-runner support.
|
2012-02-02 08:31:52 -07:00 |
|
Carl Meyer
|
498e20211b
|
Remove pre-1.2 test settings.
|
2012-02-02 08:30:14 -07:00 |
|
Carl Meyer
|
f2db5fc05a
|
Updated changelog and AUTHORS.
|
2012-01-07 17:34:18 -07:00 |
|
Carl Meyer
|
8f182fb012
|
Merge pull request #8 from dstufft/master
Django 1.4 Time Zone Support
|
2012-01-07 16:22:51 -08:00 |
|
Donald Stufft
|
31e5fb3c4a
|
updated to use the new 1.4 timezones
|
2012-01-07 17:43:39 -05:00 |
|
Carl Meyer
|
4746180c4d
|
Improved fix for annotations and InheritanceQuerySet. Thanks Facundo Gaich.
|
2012-01-03 16:47:33 -07:00 |
|
Carl Meyer
|
c35746a445
|
Fixed annotation of InheritanceQuerySets. Thanks Jeff Elmore.
|
2012-01-03 15:47:41 -07:00 |
|
Carl Meyer
|
5710c8b504
|
Dropped support for obsolete Python 2.5 and Django 1.1.
|
2012-01-03 15:40:17 -07:00 |
|
Carl Meyer
|
c6bb3da275
|
Document interaction of InheritanceManager and select_related. Refs #7.
|
2011-12-14 12:16:13 -07:00 |
|
Carl Meyer
|
3c93995d46
|
Fixed typo in changelog - thanks Ryan.
|
2011-12-06 09:39:57 -07:00 |
|
Carl Meyer
|
57351d1219
|
Tweaked docs and added changelog note.
|
2011-12-05 17:09:18 -07:00 |
|
Carl Meyer
|
8c6af71713
|
Updated PassThroughManager.for_queryset_class for less ambiguous behavior in case of incorrect usage.
|
2011-12-05 17:08:51 -07:00 |
|
Ryan Kaskel
|
6afa9d566d
|
Add convenience method to PassThroughManager.
|
2011-12-04 13:57:16 +00:00 |
|
Carl Meyer
|
b2aa8c2692
|
Merged.
|
2011-10-26 11:12:42 -06:00 |
|
Carl Meyer
|
4de673ad21
|
Tweaked docs for get_subclass, added changelog entry.
|
2011-10-26 11:12:14 -06:00 |
|
Carl Meyer
|
4e361a20f8
|
Merge pull request #5 from smacker/master
get_subclass method - thanks smacker!
|
2011-10-26 10:09:07 -07:00 |
|
smacker
|
b06ba20fe9
|
test and docs for get_subclass
|
2011-10-26 23:06:55 +06:00 |
|
smacker
|
9ac5877d29
|
add get_subclass method
|
2011-10-26 12:01:37 +06:00 |
|
Jeff Elmore
|
37e4eecace
|
Added explicit test of using 'get' method with select_subclasses
--HG--
extra : transplant_source : %9F%EA%C6%81%1D%BE%AA%0BQ5%A7%ECs%0Dwb%B8%B15%60
|
2011-07-02 11:58:14 -04:00 |
|
Carl Meyer
|
a5186212b2
|
Bumped version for dev.
|
2011-06-16 16:32:24 -05:00 |
|
Carl Meyer
|
fef344712a
|
Added tag 1.0.0 for changeset bd164041e5fa
|
2011-06-16 16:31:58 -05:00 |
|