arthur
|
cb91aabcf4
|
Update permission.py
|
2016-05-08 00:12:53 +02:00 |
|
arthur
|
54f710055a
|
Add migrations but not use them in test for now
|
2016-05-07 23:59:55 +02:00 |
|
arthur
|
e7a40e1806
|
Update url patterns
|
2016-05-07 23:57:53 +02:00 |
|
arthur
|
3bf33946c6
|
Update tox.init
|
2016-05-07 23:29:25 +02:00 |
|
arthur
|
c532393b97
|
Fix flake8 errors
|
2016-05-07 23:28:30 +02:00 |
|
arthur
|
5849d80dcb
|
Update django rest framework
|
2016-05-07 23:26:48 +02:00 |
|
arthur
|
f3ff443373
|
Fix flake8 errors
|
2016-05-07 22:59:15 +02:00 |
|
arthur
|
f5701e5c15
|
Update tox and travis configuration with flake8 support
|
2016-05-07 22:58:56 +02:00 |
|
arthur
|
d3d3fbe991
|
Add django 1.8 setup
|
2016-05-07 22:51:22 +02:00 |
|
arthur
|
5bd01187d4
|
Fix nested object test
|
2016-05-07 21:36:43 +02:00 |
|
arthur
|
77fd9401bb
|
Add field_name attribute for build_date_filter
|
2016-05-07 21:09:58 +02:00 |
|
arthur
|
9872521f6f
|
Fix collector in BaseListAction who generate bug when trying to delete multiple object from action list
|
2016-05-07 21:09:22 +02:00 |
|
arthur
|
3fbc396fa2
|
Fix slice has been taken issue on _format_days, _format_months and _format_years
|
2016-05-07 21:07:51 +02:00 |
|
arthur
|
8189b9cfaa
|
Update django-floppyforms and django-filter
|
2016-05-07 20:28:41 +02:00 |
|
arthur
|
5f9707e467
|
Delete migration for tox to work
|
2016-05-07 20:28:04 +02:00 |
|
arthur
|
4bdaba8932
|
Add .cache in gitignore
|
2016-05-07 20:24:21 +02:00 |
|
arthur
|
599ec2d236
|
Add migrations
|
2016-05-07 19:44:00 +02:00 |
|
arthur
|
c7ddb60c3b
|
Add .idea in PyCharm
|
2016-05-07 19:43:42 +02:00 |
|
Kamil Gałuszka
|
ac531c3941
|
Merge pull request #428 from andrewsmedina/fix_django_filter
pin django-filter version to < 0.12.0
|
2016-03-15 20:39:43 +01:00 |
|
Andrews Medina
|
cb9d43e86f
|
pin django-filter version to < 0.12.0
|
2016-01-17 21:17:49 -02:00 |
|
Kamil Gałuszka
|
b2077ba4b8
|
Merge pull request #427 from andrewsmedina/allow_failures
travis: enabling Django 1.8 and 1.9 tests with allow_failures enabled
|
2016-01-16 23:49:49 +01:00 |
|
Andrews Medina
|
6b1f819770
|
travis: removing pypy3 for django 1.7
|
2016-01-02 14:17:20 -02:00 |
|
Andrews Medina
|
3632af362d
|
travis: enabling Django 1.8 and 1.9 tests with allow_failures enabled
|
2016-01-02 14:01:42 -02:00 |
|
Andrews Medina
|
718b0b7524
|
fix rst format
|
2015-12-13 18:37:03 -02:00 |
|
Andrews Medina
|
03f4df0121
|
update Two Scoops of Django version
|
2015-12-13 18:35:18 -02:00 |
|
Andrews Medina
|
cbf1263593
|
remove crate.io badges
|
2015-12-13 18:33:33 -02:00 |
|
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 |
|