Tom Christie
|
73ab7dc3f1
|
Use django-filter 0.6a1 and add database query count tests for paginated, filtered lists.
|
2013-03-13 12:45:54 +00:00 |
|
Tom Christie
|
a4b33992a5
|
Merge OAuth2 work.
|
2013-03-07 17:43:13 +00:00 |
|
Tom Christie
|
d4e3610e71
|
Merge & clean OAuth support
|
2013-03-07 09:01:53 +00:00 |
|
Pierre Dulac
|
5a56f92abf
|
Update the package dependency url style in tox.ini
|
2013-03-06 22:42:36 +01:00 |
|
Pierre Dulac
|
6f5764105b
|
Use the PyPI django-oauth2-provider version
|
2013-03-06 19:15:33 +01:00 |
|
Tom Christie
|
1106596c80
|
Clean ups to datetime formatting
|
2013-03-06 12:19:39 +00:00 |
|
Tom Christie
|
6e6f6f2c7d
|
Update for Django 1.5
|
2013-02-27 21:14:40 +00:00 |
|
Tom Christie
|
dcee027fa9
|
defusedxml for security fix.
As per:
http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
|
2013-02-22 13:17:22 +00:00 |
|
Tom Christie
|
00752dcd2a
|
Py3k cleanup
|
2013-02-01 15:07:51 +00:00 |
|
Tom Christie
|
f4f237e3ee
|
3.2, 3.3 compat
|
2013-02-01 14:03:28 +00:00 |
|
Tom Christie
|
c27295dcbd
|
Update minor Django versions in tox
|
2012-12-19 23:12:57 +00:00 |
|
Tom Christie
|
2f2bde69e4
|
Docs, tox and travis use django-filter 0.5.4
|
2012-11-16 20:58:49 +00:00 |
|
Ben Konrath
|
40c24a5ab0
|
Add django-filter to tox.ini.
|
2012-11-01 20:11:50 +01:00 |
|
Tom Christie
|
4ebd701be7
|
Fix serialization issue with Django 1.3
|
2012-09-28 14:53:22 +01:00 |
|
Tom Christie
|
ec3c0c288b
|
Add py27 to tox
|
2012-09-27 13:01:49 +01:00 |
|
Tom Christie
|
d68684e26e
|
Added tox.ini
|
2012-09-25 12:21:05 +01:00 |
|
Tom Christie
|
d40aaf404a
|
Remove tox
|
2012-08-29 19:57:06 +01:00 |
|
Tom Christie
|
b2fcfffb3b
|
django-staticfiles for Django 1.2 compatability
|
2012-01-31 09:05:52 +00:00 |
|
Tom Christie
|
243d80ccb0
|
Django 1.2 needs django-staticfiles
|
2012-01-30 16:05:13 +00:00 |
|
Tom Christie
|
e712ab0ba1
|
Added URLObject
|
2012-01-05 16:13:41 +00:00 |
|
Tom Christie
|
9f349ca6fe
|
Rename examples in tox.
|
2012-01-02 18:37:41 +00:00 |
|
Tom Christie
|
1a72836edc
|
Rename examples in tox.
|
2012-01-02 18:36:53 +00:00 |
|
Marko Tibold
|
23979a9953
|
Added django 1.4 aplha 1.
|
2011-12-30 13:42:01 +01:00 |
|
Marko Tibold
|
a3ddd9e4c9
|
Fix style consistency.
|
2011-12-21 01:24:16 +01:00 |
|
Marko Tibold
|
4b3c63f155
|
Make sure the optional markdown functionality is also tested.
|
2011-12-21 01:22:10 +01:00 |
|
Marko Tibold
|
0f16db7614
|
see previous commit message.
|
2011-12-15 00:31:57 +01:00 |
|
markotibold
|
f67c0651ba
|
syncing dependencies.
|
2011-06-26 02:58:42 +02:00 |
|
markotibold
|
a880bf460a
|
Danielfm packaged the 1.2 release so we can now install it from his repo.
|
2011-04-27 13:47:46 +02:00 |
|
tom christie tom@tomchristie.com
|
da7d49a384
|
tox can now use django 1.3 rather than 1.3-rc1. Huzzah.
|
2011-04-26 20:40:39 +01:00 |
|
tom christie tom@tomchristie.com
|
bdf4fef8b6
|
simplejson no longer a requirement for python 2.5 (uses django's built in simplejson lib)
|
2011-04-26 20:37:15 +01:00 |
|
markotibold
|
7f7be826e2
|
fixed bad naming of testenv
|
2011-03-20 10:30:53 +01:00 |
|
markotibold
|
e3b08c7f74
|
All should work fine now on jenkins. For some reason Tox with jenkins and env names of the form platform-djangoversion-examples results in an OSError Permission denied. No clue why.
|
2011-03-20 01:52:18 +01:00 |
|
markotibold
|
34c4585c6e
|
testing jenkins
|
2011-03-20 01:40:26 +01:00 |
|
markotibold
|
d168f42b13
|
testing jenkins
|
2011-03-20 01:34:24 +01:00 |
|
markotibold
|
bc9a0a9a0f
|
etsting jenkins
|
2011-03-20 00:43:15 +01:00 |
|
markotibold
|
1054944ba2
|
Tetss pass locally as well as under the jenkins user on the ci, but when jenins executes the tests we get OSError :-/
|
2011-03-20 00:37:17 +01:00 |
|
markotibold
|
69036177bf
|
oops
|
2011-03-19 03:09:31 +01:00 |
|
markotibold
|
9215197327
|
Adding examples to tox. Appears quite useful cause some example tests are broken.
|
2011-03-19 03:04:22 +01:00 |
|
markotibold
|
fabf7c255d
|
Coverage for all platforms working. Had some trouble with dependencies of coverage of python-dev for the various platforms.
|
2011-03-18 14:15:12 +01:00 |
|
markotibold
|
5f2c53bf06
|
Test result graphing now possible for all 6 environments. Had to fix unittest-xml-reporting to work for both 1.2 and 1.3 to achieve this. The fix is reported to the owner of the project.
|
2011-03-17 01:02:34 +01:00 |
|
markotibold
|
e3011c1fb8
|
Implementing graphing.
|
2011-03-15 22:57:45 +01:00 |
|
Tom Christie
|
bed7d8c3a9
|
tox, runcoverage, and setup.py test
|
2011-03-13 17:08:46 +00:00 |
|