Diederik van der Boor
|
f656ec438e
|
docs: add showfields import change
|
2015-12-28 14:50:37 +01:00 |
Diederik van der Boor
|
7b4939bb3f
|
tox.ini: add spaces
|
2015-12-28 14:49:03 +01:00 |
gilgamezh
|
f419e37ab3
|
Allow to set a 'extra' custom manager withut override the _default_manager
|
2015-12-23 21:07:44 -03:00 |
Jonas Haag
|
f9920bfa14
|
Test Django 1.8 with Python 3.5
Django's latest 1.8.X minor supports Python 3.5.
|
2015-12-17 13:18:54 +01:00 |
Diederik van der Boor
|
a01fd92d1c
|
perform Django 1.9 tests on final release, add to tox too
|
2015-12-16 15:59:25 +01:00 |
Diederik van der Boor
|
999775c2d5
|
Merge pull request #170 from hobarrera/django19
Django19
|
2015-12-16 15:57:29 +01:00 |
Hugo Osvaldo Barrera
|
8200f91603
|
Add myself to AUTHORS
|
2015-12-16 10:31:36 -03:00 |
Jonas Haag
|
1d0302e4a1
|
Travis: Add Python 3.5 and Django 1.9
|
2015-12-16 10:31:36 -03:00 |
Jonas Haag
|
4da67a0fb6
|
Fix an issue with '.values()' queries
|
2015-12-16 10:31:36 -03:00 |
Jonas Haag
|
0b87a5ecc8
|
Fixed a Python >= 3.7 incompatibility (see PEP 479)
|
2015-12-16 10:31:36 -03:00 |
Jonas Haag
|
ee2e0a95ea
|
Extend comment about admin URL patching
|
2015-12-16 10:31:36 -03:00 |
Hugo Osvaldo Barrera
|
17583d15b3
|
Add an example that reproduces a pending issue
This should help make testing easier and should server as a reference
for something we'll want to write a test for in future.
|
2015-12-16 10:31:36 -03:00 |
Hugo Osvaldo Barrera
|
fb32b97b37
|
Remove obsolete compatibility code comment
|
2015-12-16 10:31:36 -03:00 |
Hugo Osvaldo Barrera
|
e73a4662c3
|
Prevent infinite redirection on django1.9
See here[1] as to why this is an issue, and why we can skip the avoided
code on django>=1.9.
[1]: https://docs.djangoproject.com/en/1.9/releases/1.9/#django-contrib-admin
|
2015-12-16 10:31:36 -03:00 |
Hugo Osvaldo Barrera
|
f28b0b5172
|
Update migrations
No backwards-compatibility here! Just dump your old base! :D
|
2015-12-16 10:31:36 -03:00 |
Hugo Osvaldo Barrera
|
59679f3a4b
|
Run tests on py35 as well
|
2015-12-16 10:31:36 -03:00 |
Jonas Haag
|
6cf187b2de
|
Fix Django < 1.8 compatibility
|
2015-12-16 10:31:36 -03:00 |
Jonas Haag
|
24e6b21204
|
Fix a handful of warnings and remove some unused compatibility code
|
2015-12-16 10:31:36 -03:00 |
Hugo Osvaldo Barrera
|
977c73c4c3
|
Make runtests compatible with older django versions again
|
2015-12-16 10:31:36 -03:00 |
Hugo Osvaldo Barrera
|
adcad20b48
|
Update all tests (and runtests.py)
|
2015-12-16 10:31:36 -03:00 |
Hugo Osvaldo Barrera
|
b996d1c377
|
Avoid broken references to declared_fieldset
Check if this attribute exists first, since it does not in recent django
versions.
|
2015-12-16 10:31:33 -03:00 |
Hugo Osvaldo Barrera
|
a779187012
|
Add migrations for example app
Since running the app requires database initialization, it makes sense
to bundle these.
|
2015-10-21 22:27:18 -03:00 |
Hugo Osvaldo Barrera
|
ad5ce60158
|
Remove reference to obsolete request.REQUEST
|
2015-10-21 22:27:00 -03:00 |
Hugo Osvaldo Barrera
|
31bfe8d1e7
|
Remove deprecated django.conf.urls.patterns
|
2015-10-21 22:18:21 -03:00 |
Hugo Osvaldo Barrera
|
d4f061de8b
|
Update documentation to reflect recent changes
|
2015-10-21 22:16:35 -03:00 |
Hugo Osvaldo Barrera
|
c48d4f589b
|
Don't import models and managers in __init__
This is deprecated as of django 1.8, and does not work as of django 1.9.
|
2015-10-21 22:11:06 -03:00 |
Diederik van der Boor
|
6a86a5ce91
|
Merge pull request #165 from fusionbox/django-1.9
Django 1.9 Fixes
|
2015-10-20 16:40:57 +02:00 |
Gavin Wahl
|
0c940bd795
|
SingleRelatedObjectDescriptor was renamed in Django 1.9
|
2015-10-13 13:22:13 -06:00 |
Diederik van der Boor
|
37d3f3ea1e
|
Merge pull request #167 from gonzalobustos/master
add spanish translation
|
2015-10-13 11:48:55 +02:00 |
Gonzalo Bustos
|
83eec48d27
|
add spanish translation
|
2015-10-12 11:44:01 -03:00 |
Diederik van der Boor
|
c8973d1fba
|
Fixed Python 2.6 tests, and fixed tox.ini from PR #162 for python 3
|
2015-10-01 14:35:34 +02:00 |
Diederik van der Boor
|
ce4b9348ec
|
Bump version to 0.7.2 to release a few minor bugfixes
|
2015-10-01 14:26:28 +02:00 |
Diederik van der Boor
|
2ffbd51844
|
Added as_manager() support for querysets
|
2015-10-01 14:26:28 +02:00 |
Diederik van der Boor
|
d85664f0b7
|
Optimize PolymorphicModel attribute access, only use __getattribute__ hack when needed.
|
2015-10-01 14:03:33 +02:00 |
Diederik van der Boor
|
fdf905d91b
|
Merge pull request #156 from svleeuwen/patch-1
Fix Pickle exception when polymorphic model is cached
|
2015-10-01 14:02:12 +02:00 |
Diederik van der Boor
|
f4898c305a
|
Merge pull request #159 from ixc/object-does-not-exist
Raise Http404 if object does not exist.
|
2015-10-01 11:47:20 +02:00 |
Diederik van der Boor
|
670b2be79c
|
Merge pull request #162 from jonashaag/build
Simplify tox.ini, add more configurations to .travis.yml
|
2015-09-30 17:39:00 +02:00 |
Jonas Haag
|
bcb6e80ee6
|
Fix .travis.yml syntax
|
2015-09-29 10:07:08 +02:00 |
Jonas Haag
|
f033141cd5
|
Simplify tox.ini, add more configurations to .travis.yml
|
2015-09-29 10:02:00 +02:00 |
Tai Lee
|
bcc39a9086
|
Raise Http404 if object does not exist.
|
2015-09-22 09:55:03 +10:00 |
Sander van Leeuwen
|
ed55ceb7fa
|
Fix Pickle exception when polymorphic model is cached
fixes issue #155
|
2015-09-04 16:51:22 +02:00 |
Diederik van der Boor
|
1979ee6079
|
Remove unused import after merging #139
|
2015-08-04 16:13:06 +02:00 |
Diederik van der Boor
|
570e440477
|
Merge pull request #139 from martinmaillard/custom-admin-site
Use parent admin site class for child admin site
|
2015-08-04 16:11:05 +02:00 |
Diederik van der Boor
|
f1a9181551
|
Merge pull request #149 from kelseyq/master
add base_model declaration to child models in admin docs example (docfix)
|
2015-08-04 11:56:20 +02:00 |
Kelsey Gilmore-Innis
|
ad45e9de8a
|
add base_model declaration to child models in admin docs example
|
2015-07-12 00:02:35 -07:00 |
Martin Maillard
|
941e447ed0
|
Use parent admin site class for child admin site
Using the ``AdminSite`` class directly can cause issues when the parent
model is registered with a custom admin site class.
|
2015-06-08 14:04:26 +02:00 |
Diederik van der Boor
|
7a29c3972c
|
Bump version to 0.7.1
|
2015-04-30 11:40:14 +02:00 |
Diederik van der Boor
|
1ff5f148b6
|
Fixed Django 1.8 support for related field widgets.
The RelatedFieldWidgetWrapper tries to resolve the "change" url with
"__fk__" as ID value, which broke with our strict pk_regex
|
2015-04-30 11:39:13 +02:00 |
Diederik van der Boor
|
9d68dee7dd
|
__version__.py: reference PEP 440 instead.
|
2015-04-30 11:35:34 +02:00 |
Diederik van der Boor
|
d20777aa75
|
docs: update Django support message
|
2015-04-13 13:17:23 +02:00 |