Matt Seymour
ea5c2b845d
Update README.rst
...
Update readme.rst
Run tests section does not render on github correctly and this information
is available in docs.
2024-04-22 11:43:47 +01:00
Ihor Sychevskyi
75ea320ed4
update readme links ( #540 )
2022-10-20 00:07:38 +03:00
Hasan Ramezani
b354d90c20
Drop support for Django < 3.2
2022-08-17 23:08:29 +02:00
Jannis Leidel
e2e2cc8485
Remove old Travis cruft.
2020-11-29 14:53:56 +01:00
Hasan Ramezani
5580cad525
Remove Django 2.1 support.
2020-11-28 21:47:15 +01:00
Hasan Ramezani
a28b7afd31
Added Python and Django supported versions to README.rst
2020-11-28 21:46:47 +01:00
Misha K
5aa40c66be
Add django 3.0 to the test matrix and drop six ( #395 )
...
* - add django 3.0 to the test matrix
- drop six
* add entry in CHANGES
* remove context kwarg
* fix test with DeferredAttribute
* rename StringyDescriptor's name to attname
* Fix flake8
* Drop support for Django 1.11 because the API are not compatibles anymore with Django 3.0
* Try to fix tests.
* Define model for the field mock.
* Simplifies the code.
* Properly mock the field.
* Typo
* Use the new API field name.
* Call it attname
* Grab the field instance from the model.
* Use postgres in travis tests.
* Django 2.0.1 minimum is needed.
* Update Changelog to tell about breaking Django 1.11.
* Update changelog to tell about Django 3.0 support.
* @natim review.
2019-12-09 19:37:16 +06:00
Asif Saif Uddin
a2f46f74d7
update supported versions
2019-05-16 05:25:55 +06:00
Jonathan Sundqvist
2cb773372d
Add a JoinManager that helps with performance ( #351 )
...
* Add the join manager + tests
* Documentation for join manager
* Use order_by for consistent tests
* Use postgres instead sqlite for tests for better reliability
* Fix coverage
* Drop django 1.8
2018-11-25 20:18:23 +06:00
Ant Somers
3efac688ed
Change supported version to 2.1 at README.rst
2018-10-05 02:43:52 +03:00
Tony Narlock
419fe216b7
Simplify version mentioning in README, classifiers
...
Remove Python version mentionings, as they are beholden to Django's
constraints.
See also:
- https://github.com/jazzband/django-model-utils/issues/305
2017-12-17 07:38:16 -06:00
Tony Narlock
fc13a6bd40
use codecov button on readme
2017-12-11 18:05:28 -06:00
Jannis Leidel
343d459406
Updated some of the badges.
2017-04-18 10:51:18 +02:00
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