Commit graph

1099 commits

Author SHA1 Message Date
Andrews Medina
17641045e8 use new travis infrastructure 2015-12-13 18:28:33 -02:00
Andrews Medina
20b5b2ab72 Merge pull request #424 from hnakamur/use_static_template_tag
Use static template tag instead of STATIC_URL
2015-08-21 01:09:36 -03:00
Hiroaki Nakamura
25679c7fa3 Use static template tag instead of STATIC_URL 2015-08-21 10:27:35 +09:00
Kamil Gałuszka
d69729e52f Merge pull request #417 from montiniz/py3-fix
Raise syntax no longer accepts comma-separated arguments in python3
2015-03-30 22:53:44 +02:00
Kamil Gałuszka
eb3ba7e98a Merge pull request #419 from montiniz/django1.8-fixes
Django1.8 fixes
2015-03-30 20:40:55 +02:00
montiniz
afa944e5ff Updated tox for django1.8 testing 2015-03-30 13:09:33 -05:00
montiniz
03dea3c00b Fixed datetime_renderer to be compatible with django 1.8. Django ticket #23466 2015-03-30 12:50:08 -05:00
montiniz
8a51b321f3 django 1.8 fixes 2015-03-30 12:40:13 -05:00
Kamil Gałuszka
664aeb24ec Merge pull request #418 from shulcsm/develop
Fix some Django 1.8 compatibility issues.
2015-03-24 21:06:10 +01:00
montiniz
1802fce73d Added tests for ModelAdmin.get_urls 2015-03-21 12:55:06 -05:00
montiniz
de3905cd4b Raise syntax no longer accepts comma-separated arguments in python3 2015-03-21 12:48:10 -05:00
Koding
a51eb82f6b Fix some Django 1.8 compatibility issues. 2015-03-21 16:26:12 +00:00
Andrews Medina
a67db4c46a authors: added Germano Gabbianelli. 2015-01-11 17:33:44 -02:00
Andrews Medina
0649044717 Merge pull request #391 from douglasmiranda/fix-empty-form-message
Fix: "there are no" instead "there isn't" on the empty form message.
2015-01-10 18:43:13 -02:00
Andrews Medina
ff3cbd413a Merge pull request #386 from tyrion/patch-2
Fixed ModelAdminBase2 to allow overriding existent views.
2015-01-10 18:35:31 -02:00
Andrews Medina
b089a4027c Merge pull request #384 from tyrion/patch-1
"djadmin2theme_default" should not be hard-coded in templatetags.
2015-01-10 18:30:46 -02:00
Andrews Medina
59990bbef5 Merge pull request #403 from galuszkak/tox_tests
Many fixes to py3 support and django 1.7 compatybility
2015-01-08 15:54:53 -02:00
Kamil Gałuszka
7d86cfc000 Update AUTHORS.rst 2015-01-08 13:56:35 +01:00
Kamil Gałuszka
cde4de20c8 fixes to review by @andrewsmedina #403 2015-01-08 08:41:41 +01:00
Kamil Gałuszka
84ae23b903 fix problems with permissions 2015-01-06 18:29:29 +01:00
Kamil Gałuszka
d61b9922ce getting back to versions that tests are passing 2015-01-05 22:40:54 +01:00
montiniz
a6e7755a55 Fixes for compatibility with python3. 2014-11-26 09:42:17 -06:00
Andrews Medina
8809ae2089 Add gitter badget. 2014-11-10 00:45:54 -02:00
Kamil Gałuszka
dda1211f43 small fix compatybility for test and dj1.7 2014-10-10 22:19:05 -05:00
Kamil Gałuszka
836d85668e only 28 failing test on py3 :) 2014-10-10 22:19:05 -05:00
Kamil Gałuszka
a20c98d6d4 fixing next py3 problems... only 57 failing tests left. 2014-10-10 22:19:04 -05:00
Kamil Gałuszka
e74c603bda fix for type in filters.py 2014-10-10 22:19:04 -05:00
Kamil Gałuszka
6144278a9e fix for py3 basestring problem with six 2014-10-10 22:19:04 -05:00
Kamil Gałuszka
03ebd91f78 fixing django 1.7 errors 2014-10-10 22:19:04 -05:00
Kamil Gałuszka
2f43a66055 fixing possible errors on pypy2 2014-10-10 22:19:03 -05:00
Kamil Gałuszka
7e7542ef2b support django >=1.6 2014-10-10 22:19:03 -05:00
Kamil Gałuszka
84bf9f2073 fixing test with modelforms 2014-10-10 22:19:03 -05:00
Kamil Gałuszka
b341d763f0 many fixes to django-admin2 with py3
and django 1.7 compatybility
2014-10-10 22:19:02 -05:00
Kamil Gałuszka
d12f82d241 update to travis (removed comma typo) 2014-10-10 22:19:02 -05:00
Daniel Greenfeld
7032e19e2e Merge pull request #402 from galuszkak/tox_tests
added tox_tests
2014-09-17 11:38:38 -07:00
Kamil Gałuszka
3d79503b58 fix to TOX_ENV fail ;) 2014-09-17 20:31:19 +02:00
Kamil Gałuszka
d51069ade8 added tox_tests 2014-09-17 20:26:46 +02:00
Daniel Greenfeld
bd8cf8c686 Add @marangonico to authors. 2014-06-25 09:21:27 -07:00
Daniel Greenfeld
5ab2bad9a0 Merge pull request #399 from marangonico/patch-1
fix typo
2014-06-25 09:20:42 -07:00
Daniel Greenfeld
42808d5bb5 Add @amosson to contributors 2014-06-25 09:17:56 -07:00
Daniel Greenfeld
50df9addc2 Merge pull request #400 from amosson/develop
fix for django-braces>=1.4.0
2014-06-25 09:16:43 -07:00
Mosson, Andrew
5ff619979f fix for django-braces>=1.4.0
braces 1.3 views exported AccessMixin
in braces 1.4 this was moved views._access and not exported in views
not sure if this was the intent of braces or an oversight
if intent - should look at AccessMixin vs. using a more specific mixin

tested against django-braces 1.3.1 and django-braces 1.4.0
2014-06-19 10:12:13 -07:00
marangonico
f0e9db3ee5 fix typo 2014-06-19 08:59:56 +02:00
Daniel Greenfeld
92e58112eb Add two scoops icon 2014-03-04 17:59:55 -08:00
Daniel Greenfeld
c64aeee0ef Fix the tests 2014-02-26 12:55:42 -08:00
Daniel Greenfeld
2079a7be9b bump to 0.6.1 2014-02-26 10:21:56 -08:00
Daniel Greenfeld
b30f91e5b8 prep history for new release 2014-02-26 10:21:04 -08:00
Daniel Greenfeld
0b7c7dba8b Merge pull request #393 from BertrandBordage/patch-1
Adds png glyphicons to MANIFEST.
2014-02-08 23:04:02 -08:00
Bertrand Bordage
20e86a7a28 Adds png glyphicons to MANIFEST. 2014-02-08 16:33:58 +01:00
Douglas Miranda
af82d2b9b1 Fix: "there are no" instead "there isn't" on the empty form message. 2013-12-17 23:43:49 -03:00