Trey Hunner
|
ff4f60dcab
|
Use syntax-colored code blocks in README
|
2013-04-17 20:37:40 -07:00 |
|
Trey Hunner
|
c2f3bd8a77
|
Fix deprecated assertion methods in tests
|
2013-04-12 17:13:36 -07:00 |
|
Trey Hunner
|
396bb7ac3f
|
Remove with_statement import (was needed for 2.5)
|
2013-04-12 17:13:36 -07:00 |
|
Trey Hunner
|
32bb718107
|
Remove reduntant "as" in import
|
2013-04-12 17:13:35 -07:00 |
|
Trey Hunner
|
f08f0651d2
|
Add minimum required Django version to setup
|
2013-04-12 17:13:35 -07:00 |
|
Trey Hunner
|
f18a180d0e
|
Add supported Python versions to classifier troves
|
2013-04-12 17:13:35 -07:00 |
|
Trey Hunner
|
d04a6552a4
|
Update supported Python/Django versions in README
|
2013-04-12 17:13:31 -07:00 |
|
Trey Hunner
|
e6293d9b0c
|
Remove datetime imports unused by Django 1.4+
|
2013-04-12 17:13:31 -07:00 |
|
Trey Hunner
|
ca14e4826c
|
Note Python/Django version support in CHANGES.rst
|
2013-04-12 17:13:31 -07:00 |
|
Trey Hunner
|
f7f7cc0953
|
Fix repr tests for Python 2 (no string comparison)
|
2013-04-12 17:13:31 -07:00 |
|
Trey Hunner
|
f6e70a0805
|
Add Python 3 to travis and drop Django 1.2 and 1.3
|
2013-04-12 17:13:31 -07:00 |
|
Trey Hunner
|
fa85becf36
|
Add Python 3 to tox and drop Django 1.2 and 1.3
|
2013-04-12 17:13:24 -07:00 |
|
Trey Hunner
|
4f2673e6a4
|
Fix str/unicode problems in Python 3
Changes:
- Use unicode_literals from the future for Python 2.6.5+
- Use six's text_type for proper unicode use in Python 2/3
|
2013-04-12 14:16:42 -07:00 |
|
Trey Hunner
|
81c7e40e60
|
Fix iterator/list problems for Python 3 support
|
2013-04-12 14:16:42 -07:00 |
|
Carl Meyer
|
0147a31f27
|
Bump version to 1.3.1.post1 for dev.
|
2013-04-11 21:38:49 -06:00 |
|
Carl Meyer
|
7bd3bf5f1e
|
Bump version to 1.3.1 for release.
|
2013-04-11 21:35:51 -06:00 |
|
Carl Meyer
|
eff918c314
|
Remove obsolete HGREV reference from MANIFEST.in.
|
2013-04-11 21:35:03 -06:00 |
|
Carl Meyer
|
4ee0c39db3
|
Add tests for StatusField no_check_for_status.
|
2013-04-10 12:52:53 -06:00 |
|
Trey Hunner
|
24705aa9a9
|
Note StatusField fix in CHANGES file
|
2013-04-10 11:22:15 -07:00 |
|
Trey Hunner
|
e1395c67b8
|
Merge pull request #38 from carljm/fix-statusfield
Fix StatusField and MonitorField bugs
|
2013-04-09 14:48:51 -07:00 |
|
Trey Hunner
|
59e484e17f
|
Fix StatusField bug
Fixes #29
|
2013-04-09 14:28:53 -07:00 |
|
Trey Hunner
|
f0b56c0ca3
|
Merge pull request #37 from treyhunner/coveralls
Add Coveralls support
|
2013-03-29 09:05:26 -07:00 |
|
Trey Hunner
|
732278a89b
|
Add coveralls badge and fix travis badge
|
2013-03-29 00:47:36 -07:00 |
|
Trey Hunner
|
185b50f43e
|
Drop Python 2.5 support from Travis tests
Coveralls doesn't work with Python 2.5 so it can't be tested
|
2013-03-29 00:24:03 -07:00 |
|
Trey Hunner
|
775796302a
|
Add coverage and coveralls to travis tests
|
2013-03-29 00:15:47 -07:00 |
|
Trey Hunner
|
5967eefa03
|
Update LICENSE year to 2013
|
2013-03-28 23:42:49 -07:00 |
|
Carl Meyer
|
c49c91da39
|
Updated changelog.
|
2013-03-28 10:55:21 -06:00 |
|
Carl Meyer
|
c057e51fd9
|
Bump version for dev.
|
2013-03-28 10:50:57 -06:00 |
|
Carl Meyer
|
1d67fee736
|
Merge branch 'master' of github.com:carljm/django-model-utils
* 'master' of github.com:carljm/django-model-utils:
Add badge for Travis CI to README file
Fix BooleanField default (for Django trunk)
|
2013-03-28 10:41:03 -06:00 |
|
Trey Hunner
|
577c749df4
|
Merge pull request #35 from carljm/travis-badge
Add badge for Travis CI to README file
|
2013-03-28 07:03:58 -07:00 |
|
Trey Hunner
|
d0fb3216cb
|
Add badge for Travis CI to README file
|
2013-03-27 22:56:57 -07:00 |
|
Trey Hunner
|
2769e79796
|
Fix BooleanField default (for Django trunk)
|
2013-03-27 22:43:21 -07:00 |
|
Carl Meyer
|
bf1373a329
|
Bump version to 1.3.0.
|
2013-03-27 20:59:19 -06:00 |
|
Carl Meyer
|
1d035661af
|
Update tox.ini for release of 1.5.
|
2013-03-27 20:49:53 -06:00 |
|
Trey Hunner
|
4156fa40e9
|
Add test for ModelTracker before first model save
|
2013-03-27 16:59:42 -07:00 |
|
Trey Hunner
|
cddcbd4e42
|
ModelTracker: pass kwargs to parent save correctly
Fixes usage of update_fields in save()
|
2013-03-27 16:59:42 -07:00 |
|
Trey Hunner
|
98016dbd50
|
ModelTracker: check DB after using update_fields
|
2013-03-27 16:59:42 -07:00 |
|
Trey Hunner
|
d24dbc6c38
|
Fix ModelTracker for obj.save(update_fields=[...])
|
2013-03-27 16:59:42 -07:00 |
|
Trey Hunner
|
d9c415c5cd
|
Add ModelTracker test for save(update_fields=[...])
|
2013-03-27 16:59:42 -07:00 |
|
Carl Meyer
|
50032683ce
|
Merge pull request #32 from treyhunner/travis-ci
Add Travis CI config file
|
2013-03-26 14:48:19 -07:00 |
|
Trey Hunner
|
a6ca6ea771
|
Add Travis CI config file matching tox.ini file
Fixes gh-30.
|
2013-03-21 10:09:59 -07:00 |
|
Carl Meyer
|
147fdf5d89
|
Remove silly uses of setattr.
|
2013-02-21 16:31:29 -07:00 |
|
Carl Meyer
|
3a84092e32
|
Update AUTHORS and changelog.
|
2013-02-21 16:27:21 -07:00 |
|
Felipe Prenholato
|
cce804da4e
|
Assert that StatusField respects default arguments.
|
2013-02-21 17:08:15 -03:00 |
|
Carl Meyer
|
86400554d4
|
Specifically acknowledge Trey for ModelTracker in changelog.
|
2013-02-19 11:11:16 -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
|
cf153f3c06
|
Add test for ModelTracker descriptor on class
|
2013-02-18 20:13:39 -08:00 |
|
Trey Hunner
|
33f42ab80a
|
Add ModelTracker to README file
|
2013-02-18 20:09:21 -08:00 |
|
Trey Hunner
|
335500018a
|
Make `from model_utils import ModelTracker` work
|
2013-02-18 20:09:08 -08:00 |
|
Trey Hunner
|
692b54035d
|
Add Trey Hunner to authors file
|
2013-02-18 20:07:59 -08:00 |
|