Commit Graph

162 Commits

Author SHA1 Message Date
Esteban Castro Borsani
e39a35901d Merge pull request #27 from benjaminabel/python3-future
Python 3 future
2014-11-16 15:48:36 -03:00
Benjamin ABEL
f875071346 Some more unicode changes 2014-11-15 19:04:58 +01:00
Benjamin ABEL
3e99d54a78 Add python3 support in README.md and setup.py 2014-11-15 14:12:01 +01:00
Benjamin ABEL
cadb473bb5 Merge branch future in python3-support 2014-11-12 22:54:53 +01:00
Benjamin ABEL
9573fe67c1 Require latest django-djconfig for python3 2014-11-08 22:20:49 +01:00
Benjamin ABEL
a46788154c Run tests in python 2.7, 3.3 and 3.4 in travis 2014-11-08 21:43:48 +01:00
Benjamin ABEL
81d42c551e Fix string representations of objects
See https://docs.djangoproject.com/en/1.7/topics/python3/#str-and-unicode-methods

Added the `@python_2_unicode_compatible` to model classes to get `__str__` representation works both in python 2 and 3.
2014-11-08 20:54:06 +01:00
Benjamin ABEL
e6c127bdfb Fix querysetcount in python2 and 3 2014-11-08 20:54:06 +01:00
Benjamin ABEL
0d6a9ae91b Fix assertItemsequal deprecation in python 3 2014-11-08 20:53:56 +01:00
Benjamin ABEL
7f34276dbf Fix order differences in tests 2014-11-08 20:53:46 +01:00
Benjamin ABEL
710097a17b Unicode literals everywhere
I nedded to change StringIo to BytesIo to upload images tests
2014-11-08 20:53:31 +01:00
Benjamin ABEL
ec244cc9c5 Use django utils force_bytes to arguments of hashlib 2014-11-08 20:53:31 +01:00
Benjamin ABEL
f3c699933b Remove deprecated ur strings 2014-11-08 20:53:20 +01:00
Benjamin ABEL
8a1a01de40 Convert http response to string for json.loads 2014-11-08 20:53:20 +01:00
Benjamin ABEL
5471bdea24 django.utils imports 2014-11-08 20:53:20 +01:00
Benjamin ABEL
88eed7b8ae six iteritem usage 2014-11-08 20:53:20 +01:00
Benjamin ABEL
3d47050118 Floor division 2014-11-08 20:53:20 +01:00
Benjamin ABEL
2f71faf90a Django utils six import 2014-11-08 20:53:20 +01:00
Benjamin ABEL
687162636a Relative imports modification 2014-11-08 20:52:52 +01:00
Benjamin ABEL
3f8119525d Modernize with unicode lierals 2014-11-03 15:26:53 +01:00
Benjamin ABEL
8431462d77 Furize stage 1 2014-11-03 15:11:55 +01:00
nitely
65edef7f8a apps 2014-09-29 18:54:26 -03:00
nitely
021b22ff75 remove app_label in models django 1.7 2014-09-29 18:53:04 -03:00
nitely
891b4d0799 tests using migrations 2014-09-29 18:47:11 -03:00
nitely
f039d23090 slug deconstructor 2014-09-29 00:35:55 -03:00
nitely
272a7e875d migrations 2014-09-29 00:03:18 -03:00
nitely
9af3f44bb2 django 1.7 2014-09-28 22:22:00 -03:00
nitely
6ba7c55c8d private forum middleware enhancement 2014-09-10 19:23:56 -03:00
Esteban Castro Borsani
3410c495b5 Merge pull request #23 from MDamien/patch-1
Typo in user password change page url
2014-09-05 14:32:10 -03:00
Damien
3cc7aa73d9 Typo in user password change page url 2014-09-05 13:24:59 +02:00
Esteban Castro Borsani
4117ca5636 Merge pull request #22 from MDamien/patch-1
Typo in title of 403 page
2014-08-27 10:08:35 -03:00
Damien
c1360cfad9 Typo in title of 403 page 2014-08-27 10:42:46 +02:00
nitely
e1d736f48e clean up 2014-08-18 17:42:36 -03:00
nitely
a1c91d327d readme 2014-08-18 17:40:05 -03:00
nitely
3a7d83a45d bump v0.1.3 2014-08-18 15:33:01 -03:00
nitely
308b7cc705 Merge branch 'master' of https://github.com/nitely/Spirit 2014-08-18 15:31:11 -03:00
nitely
e052b430a1 swappable user 2014-08-18 15:30:04 -03:00
nitely
de845eaa08 swappable user 2014-08-18 15:25:33 -03:00
nitely
ca00b7460a markdown quote header 2014-08-14 15:31:33 -03:00
nitely
e35de19a36 topic publish poll tests 2014-08-06 11:04:54 -03:00
nitely
0c3e1c1c40 poll templatetags tests 2014-08-06 10:53:11 -03:00
nitely
790e784626 poll signals 2014-08-05 21:20:48 -03:00
nitely
ad15ed961a poll vote tests 2014-08-05 16:20:35 -03:00
nitely
936f5514f4 poll form tests 2014-08-05 12:48:51 -03:00
nitely
fc3ee124fd template poll_close 2014-08-04 22:40:07 -03:00
nitely
1e2fbea4d3 tests topic_poll view 2014-08-04 22:28:29 -03:00
nitely
4d94018e62 polls wip 2014-08-04 10:44:30 -03:00
nitely
90d32e2b4d refactor markdown 2014-08-03 19:14:04 -03:00
nitely
c8bdb57baf markdown tests 2014-08-03 19:11:30 -03:00
nitely
edc21159ad new markdown parser 2014-08-03 19:07:22 -03:00