Commit graph

57 commits

Author SHA1 Message Date
Carl Meyer
94c77d75ef Add jazzband badge/contributing guidelines. 2017-04-15 08:50:55 -07:00
Carl Meyer
198dcb612e Update github links for jazzband transfer. 2017-04-15 08:47:31 -07:00
Ryan P Kilby
fda2d39ec4 Drop unsupported django versions 2017-01-12 12:16:40 -05:00
Carl Meyer
f2bf61f46c Mark Django 1.10 as allowed-failure on Travis, for now, and clarify support in README. 2016-08-03 08:29:46 -06:00
Carl Meyer
535fe46702 Update Python support info. 2016-07-18 14:48:43 -06:00
Adam Chainz
699369424c Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-04 11:41:33 +01:00
Adam Nelson
cd9201fb49 Dropped Python 3.2 from support list 2016-05-06 13:21:12 -04:00
Carl Meyer
e070237a34 README and changelog updates. 2015-12-02 12:54:06 -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
788993f25d Update supported Django/Python versions. 2014-01-06 18:25:10 -07:00
Carl Meyer
edbef99ce2 Bump version for 1.5.0 release. 2013-08-29 22:06:44 -06:00
Trey Hunner
0197c9e0f8 Link to documentation and PyPI in README 2013-08-07 00:30:28 -07:00
Trey Hunner
1ff3f267f9 Remove documentation from README 2013-07-31 22:57:41 -07:00
Carl Meyer
f7584e3972 Remove download counts badge, since the download counts are officially busted. 2013-06-03 14:28:37 -06:00
Carl Meyer
99a051d137 Doc updates for FieldTracker -> ModelTracker transition. 2013-06-03 11:55:38 -06:00
Trey Hunner
fee47f5f02 Update README file for new FieldTracker 2013-05-30 14:56:42 -07:00
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