Trey Hunner
|
a5f453e772
|
Remove trailing whitespace from README file
|
2013-05-20 22:38:03 -07:00 |
|
Trey Hunner
|
adc025126f
|
Add PyPI version and download count badges
|
2013-05-17 12:54:34 -07:00 |
|
Carl Meyer
|
d81c983fb9
|
Remove obsolete note in README.
We now work around the limitation by poking at the internal data structures to
preserve any prior ``select_related`` calls.
|
2013-04-30 11:00:15 -06:00 |
|
Trey Hunner
|
e316517399
|
Remove dev README note (git can be used instead)
|
2013-04-25 23:44:35 -07:00 |
|
Trey Hunner
|
ff4f60dcab
|
Use syntax-colored code blocks in README
|
2013-04-17 20:37:40 -07:00 |
|
Trey Hunner
|
d04a6552a4
|
Update supported Python/Django versions in README
|
2013-04-12 17:13:31 -07:00 |
|
Trey Hunner
|
732278a89b
|
Add coveralls badge and fix travis badge
|
2013-03-29 00:47:36 -07:00 |
|
Trey Hunner
|
d0fb3216cb
|
Add badge for Travis CI to README file
|
2013-03-27 22:56:57 -07:00 |
|
Carl Meyer
|
ed8c7e08d2
|
Add blank line to end of README to avoid reST error.
|
2013-02-19 11:10:04 -07:00 |
|
Trey Hunner
|
33f42ab80a
|
Add ModelTracker to README file
|
2013-02-18 20:09:21 -08:00 |
|
Carl Meyer
|
93a1a44ee7
|
Updates to multi-level support for InheritanceManager.
|
2013-02-01 22:38:14 -07:00 |
|
Carl Meyer
|
246fb81813
|
Revert addition of UpdateOrCreateMixin; reaches 100% test coverage.
|
2013-01-27 14:16:58 -08:00 |
|
Carl Meyer
|
6ae66e0153
|
Removed a bunch of deprecated code.
|
2013-01-27 13:30:31 -08:00 |
|
Carl Meyer
|
cbe861665c
|
Update supported Django versions.
|
2013-01-27 11:40:15 -08:00 |
|
Carl Meyer
|
afded4847b
|
Move primary development to GitHub.
|
2013-01-27 11:35:39 -08:00 |
|
Carl Meyer
|
a76006a3b2
|
Merge UpdateOrCreateMixin.
|
2013-01-26 17:20:52 -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 |
|
Simon Meers
|
bbb13d2587
|
Add import in PassThroughManager example
|
2012-08-16 11:52:04 +10: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 |
|
Carl Meyer
|
c6bb3da275
|
Document interaction of InheritanceManager and select_related. Refs #7.
|
2011-12-14 12:16:13 -07:00 |
|
Carl Meyer
|
57351d1219
|
Tweaked docs and added changelog note.
|
2011-12-05 17:09:18 -07:00 |
|
Ryan Kaskel
|
6afa9d566d
|
Add convenience method to PassThroughManager.
|
2011-12-04 13:57:16 +00:00 |
|
Carl Meyer
|
4de673ad21
|
Tweaked docs for get_subclass, added changelog entry.
|
2011-10-26 11:12:14 -06:00 |
|
smacker
|
b06ba20fe9
|
test and docs for get_subclass
|
2011-10-26 23:06:55 +06:00 |
|
Carl Meyer
|
69d0985db1
|
Started deprecation for manager_from, InheritanceCastModel, and Django 1.1 support.
|
2011-04-16 14:51:14 -05:00 |
|
Carl Meyer
|
36b99304c2
|
Merged in PassThroughManager from Paul McLanahan.
|
2011-03-29 13:10:50 -04:00 |
|
Paul McLanahan
|
a2c8e41225
|
Added usage info for PassThroughManager to the README.
|
2011-03-09 13:47:44 -05:00 |
|
Carl Meyer
|
1bd1bbb7b7
|
README tweaks
|
2011-02-18 16:47:21 -05:00 |
|
Carl Meyer
|
ac36cbf56c
|
Added InheritanceManager, contributed by Jeff Elmore.
|
2010-11-23 12:48:23 -05:00 |
|
Carl Meyer
|
a2c67934ed
|
additional test, docs cleanup
|
2010-10-05 08:59:25 -04:00 |
|
Gregor Müllegger
|
6049a9cc6e
|
Added documentation for cast() queryset method.
|
2010-10-01 21:00:38 +02:00 |
|
Carl Meyer
|
75e819c260
|
fix long-description rst
|
2010-09-24 10:36:53 -04:00 |
|
Carl Meyer
|
aed583f763
|
added manager_from (thanks George Sakkis)
|
2010-07-30 22:09:46 -04:00 |
|
Carl Meyer
|
bae9816c8a
|
documentation for last commit
|
2010-04-22 13:13:03 -04:00 |
|
Carl Meyer
|
115cdca933
|
README tweaks
|
2010-04-16 09:31:55 -04:00 |
|
Carl Meyer
|
238571ed43
|
docs, AUTHORS, Changelog...
|
2010-04-16 00:37:12 -04:00 |
|
Carl Meyer
|
fecda79f5c
|
deprecate ChoiceEnum and document Choices
|
2010-04-15 22:54:37 -04:00 |
|
Carl Meyer
|
81f47ba745
|
document SplitText.has_more
|
2010-01-29 00:42:47 -05:00 |
|
Carl Meyer
|
731d417a41
|
convert from .txt to .rst
--HG--
rename : AUTHORS.txt => AUTHORS.rst
rename : CHANGES.txt => CHANGES.rst
rename : README.txt => README.rst
rename : TODO.txt => TODO.rst
|
2010-01-28 16:03:55 -05:00 |
|