Commit graph

548 commits

Author SHA1 Message Date
Daniel Stanton
8e818d9bfa Removed colons 2016-07-13 17:59:08 +01:00
Daniel Stanton
98416539a5 Docs update: has_changed supports a single field
Closes #225
2016-07-13 17:57:13 +01:00
Carl Meyer
ce6bc45963 Merge pull request #222 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-06-04 11:43:40 -07: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
Carl Meyer
c94b65d05f Merge pull request #220 from theromis/master
1.10 fix
2016-05-27 16:29:42 -07:00
Roman
7ec978e1d8 1.10 fix 2016-05-27 20:32:16 +00:00
Carl Meyer
5f6e4b45d8 Merge pull request #219 from artisavotins/master
Fixed a bug with Django >= 1.9 and values_list being called on InheritanceQuerySet
2016-05-25 11:17:04 -07:00
Artis Avotins
d1337d5a7c Fixed a bug with Django >= 1.9 where values_list was called on
InheritanceQuerySet with `select_subclasses` applied as strings
raised AttributeError exception.

Adds a new test case `test_dj19_values_list_on_select_subclasses`
2016-05-25 18:58:03 +02:00
Carl Meyer
ba08b6b438 Merge pull request #218 from adamn/patch-1
Dropped Python 3.2 from support list
2016-05-06 12:05:13 -06:00
Adam Nelson
cd9201fb49 Dropped Python 3.2 from support list 2016-05-06 13:21:12 -04:00
Carl Meyer
c5417eb613 Bump version for dev. 2016-04-18 15:08:15 -06:00
Carl Meyer
a43027ccee Bump version to 2.5. 2016-04-18 15:02:40 -06:00
Carl Meyer
ea9da8cd9b Merge pull request #215 from ocadotechnology/wip-214
Fix #214
2016-04-18 15:00:32 -06:00
Mike Bryant
ff3f8e5546 Use all the fields to determine _id variants. Fixes #214
If a tracker is defined on an inherited model, where the parent has a ForeignKey,
the tracker will now correctly determine that the field_map takes `fk` -> `fk_id`
2016-03-31 15:45:19 +01:00
Carl Meyer
bb04069f01 Merge pull request #207 from bogdal/feature/related-objects
Support for Django 1.10
2016-02-08 16:36:08 -07:00
Carl Meyer
485bba9d73 Trunk doesn't support Python 3.3, either. 2016-02-08 16:26:44 -07:00
Adam Bogdał
fa72fb1521 Update changelog 2016-02-09 00:24:10 +01:00
Adam Bogdał
4f39ce9497 Add support for Django 1.10 2016-02-09 00:22:12 +01:00
Carl Meyer
d7e3718964 Add CI on Python 3.5, drop Python 3.2. 2016-02-08 15:45:13 -07:00
Carl Meyer
9eeca10835 Update PassThroughManager docs to recommend alternatives; fixes GH-201. 2015-12-18 11:32:03 -07:00
Carl Meyer
0e5c42377f Fix unclosed file handles in setup.py. 2015-12-03 09:30:06 -07:00
Carl Meyer
d131735e4f Fix MANIFEST.in. 2015-12-03 09:20:42 -07:00
Carl Meyer
acbb22f300 Update CONTRIBUTING doc. 2015-12-02 12:56:03 -07:00
Carl Meyer
e070237a34 README and changelog updates. 2015-12-02 12:54:06 -07:00
Carl Meyer
520f1f74d1 Add missed changelog entry for removal of PassThroughManager. 2015-12-02 12:47:07 -07:00
Carl Meyer
f1f8749fa9 Bump version to 2.4.1a1. 2015-12-02 10:55:59 -07:00
Carl Meyer
3c8fe6a7d2 Bump version to 2.4. 2015-12-02 10:43:11 -07:00
Carl Meyer
f40f90e618 Merge pull request #197 from patrys/test-against-django19-stable
Start testing against Django 1.9 stable
2015-12-02 11:38:47 -06:00
Patryk Zawadzki
40fae1a6d2 Start testing against Django 1.9 stable 2015-12-02 12:15:08 +01:00
Carl Meyer
8fb1e56975 Merge pull request #192 from karlwnw/djangolt19compat
Backwards compatibility issue: fix _clone signature for Django<1.9
2015-11-02 13:53:31 -07:00
Karl WnW
ce8deed5ca Fix _clone signature for Django<1.9
InheritanceQuerySetMixin._clone signature conflicts with django
ValuesQuerySet._clone code which calls super like this:
"c = super(ValuesQuerySet, self)._clone(klass, **kwargs)"
2015-11-02 17:52:43 +01:00
Carl Meyer
b06fa8c752 Update AUTHORS and changelog. 2015-10-28 17:16:50 -06:00
Carl Meyer
fda1fd2cf3 Merge pull request #191 from jarekwg/master
Add support for Django 1.9
2015-10-28 17:11:29 -06:00
jarekwg
dcd288cb09 Jumped the gun with py35 tests..
https://github.com/travis-ci/travis-ci/issues/4794
2015-10-29 09:42:16 +11:00
jarekwg
81eba92e61 flakes 2015-10-29 09:37:21 +11:00
jarekwg
1d473ec6a9 Test InheritanceManager fail against a different model 2015-10-29 09:33:45 +11:00
jarekwg
c2019fd370 Add py35 tests; remove py32&33 tests against django19 2015-10-29 09:29:49 +11:00
jarekwg
9204fe0ed2 Missing commas 2015-10-29 08:45:53 +11:00
jarekwg
c82ce585b3 Make tests run against django1.9 2015-10-29 08:26:36 +11:00
jarekwg
01514db83c Update MutableField for 1.9 2015-10-29 08:12:35 +11:00
jarekwg
201aa3bf30 Half-assed use of User model raises exceptions in 1.9b1 2015-10-29 08:12:02 +11:00
jarekwg
bbad2b7b47 Hide _clone params in kwargs to match django 1.9 signature 2015-10-29 02:00:49 +11:00
jarekwg
2824ec2e48 Remove PassThroughManager
As of Django 1.7, QuerySet.as_manager() achieves the same result.
2015-10-29 00:10:28 +11:00
jarekwg
7a33e14f4b Get StatusFields working 2015-10-29 00:02:46 +11:00
jarekwg
665fc04b7e Must use the 'Now' database function in django>=1.9 2015-10-28 23:47:33 +11:00
Carl Meyer
165e0ec495 Bump version for 2.4 development. 2015-07-20 10:32:18 -06:00
Carl Meyer
443108c7ad Set version for 2.3.1 release. 2015-07-20 10:22:27 -06:00
Carl Meyer
114f4fe228 Add script and makefile tasks for making and compiling messages; un-gitignore .mo files. 2015-07-20 10:20:11 -06:00
Carl Meyer
b2149c8e73 Remove translations automation in setup.py. Fixes GH-178, GH-179. 2015-07-20 09:56:07 -06:00
Carl Meyer
ab4a2b4ce4 Bump version to 2.4a1. 2015-07-17 13:02:07 -06:00