Artur Barseghyan
59c65c56ab
fix setup for python 3
2015-08-18 14:15:26 +02:00
Jannis Leidel
b371cc6518
Merge pull request #53 from kangfend/fix-modelform
...
Include fields to class Meta
2014-10-29 13:26:19 +01:00
Sutrisno Efendi
4352fb639e
Include fields to class Meta
2014-09-23 15:19:16 +07:00
Jannis Leidel
1372f43992
Merge pull request #45 from jnns/develop
...
Fix link to django-reversion doc.
2013-11-06 05:52:56 -08:00
Jannis
bfd7186db0
Fix URL to django-reversion doc.
...
Fix URL of django-reversion's documentation. Apparently, django-reversion uses Readthedocs instead of GitHub's wiki now.
2013-11-06 14:35:34 +01:00
Jannis Leidel
91d5e137f1
Merge pull request #42 from szelga/feature_rulocale
...
add Russian locale
2013-07-30 01:59:23 -07:00
Wasil W Sergejczyk
12ffd84380
add Russian locale
2013-07-30 14:35:07 +06:00
Jannis Leidel
f668370eee
Drop support for Python 2.5.
2013-04-04 11:41:38 +02:00
Jannis Leidel
b051161aea
Test on Django 1.5.X, too.
2013-04-04 11:34:18 +02:00
Jannis Leidel
4b024de965
Minor cosmetic changes to please flake8.
2013-04-04 11:33:00 +02:00
Jannis Leidel
d2f595ce82
Moved to django-discover-runner.
2012-05-23 23:50:32 +02:00
Jannis Leidel
f7378df802
Use __isnull for querying a non-site specific template. Refs #33 .
2012-05-19 21:40:47 +02:00
Jannis Leidel
1c520b0fad
Re-enabled 2.5 now that flake8 works on it again.
2012-05-19 19:24:17 +02:00
Jannis Leidel
c36d649e4d
Disabled Python 2.5 again as flake8 doesn't support it at the moment :(
2012-05-19 13:27:09 +02:00
Jannis Leidel
6d356db2ef
Trying 2.5
2012-05-19 13:10:03 +02:00
Jannis Leidel
0672fa42bf
Set env vars before installing and use crate.
2012-05-19 13:08:02 +02:00
Jannis Leidel
7802fbe328
Merge branch 'release/1.3' into develop
2012-05-07 23:53:19 +02:00
Jannis Leidel
8844180d6c
Bumped version to 1.3.
2012-05-07 23:52:59 +02:00
Jannis Leidel
25d9283758
Use version from __version__.
2012-05-07 23:52:50 +02:00
Jannis Leidel
ca9d2fc468
Removed old hg tags.
2012-05-07 23:50:01 +02:00
Jannis Leidel
c59de762f9
Correct version.
2012-05-07 23:48:21 +02:00
Jannis Leidel
ee29bbe46e
Updated settings docs.
2012-05-07 23:48:07 +02:00
Jannis Leidel
4c3c459e82
Updated changelog.
2012-05-07 23:47:30 +02:00
Jannis Leidel
60215fe947
Updated AUTHORS file.
2012-05-07 23:47:15 +02:00
Jannis Leidel
a1cec65e29
Removed INSTALL file from manifest template.
2012-05-07 14:15:52 +02:00
Jannis Leidel
e7b6b8ce00
Ignore long lines, stupid.
2012-05-07 14:12:07 +02:00
Jannis Leidel
d018f826da
Forgotten dirname for flake8.
2012-05-07 14:10:12 +02:00
Jannis Leidel
07fe3cc7ee
Fixed typo.
2012-05-07 14:08:08 +02:00
Jannis Leidel
842e08cf2e
Switched to using nose and django-nose for easy test running.
2012-05-07 14:06:54 +02:00
Jannis Leidel
2e430d5370
Minor code cleanup of the migrations.
2012-05-07 10:57:36 +02:00
Jannis Leidel
2f27327beb
Handle timezone on 1.4 correctly.
2012-05-07 10:57:23 +02:00
Jannis Leidel
f1e680aa31
Added link to Travic build.
2012-05-07 10:54:26 +02:00
Jannis Leidel
0e43258b5b
Added DATABASES setting to please Django 1.4.
2012-05-07 10:35:31 +02:00
Jannis Leidel
d926d6c934
Merge pull request #32 from selwin/develop
...
Fixed an issue where ``get_cache_key`` may produce invalid memcached keys
2012-05-07 01:32:40 -07:00
Jannis Leidel
f3fc408385
Get the database name from the routers and dropped support for 1.2.X.
2012-05-07 10:31:24 +02:00
Jannis Leidel
20aebf894d
Limit the tests to dbtemplates.
2012-05-07 09:48:01 +02:00
Jannis Leidel
d3ccb0c42a
Stop using a context manager when we don't need it really.
2012-05-07 09:04:31 +02:00
Jannis Leidel
222c7947d2
Added auth app to list of installed apps during tests.
2012-05-07 09:04:05 +02:00
Jannis Leidel
bea453548f
Renamed test requirements file to correct name.
2012-05-07 08:58:36 +02:00
Jannis Leidel
abc2fe5cd2
Added a few more test requirements.
2012-05-07 08:57:45 +02:00
Jannis Leidel
87c5c46999
Further fiddling with the travis config.
2012-05-07 08:55:27 +02:00
Jannis Leidel
0ff18227f9
Hrm, setting the variable in the env block?
2012-05-07 08:43:48 +02:00
Jannis Leidel
20a5d9fc66
Forgot to set the DJANGO_SETTINGS_MODULE var.
2012-05-07 08:41:02 +02:00
Jannis Leidel
3c67628a63
Removed dependency on versiontools.
2012-05-07 08:36:01 +02:00
Jannis Leidel
45700c7e1c
Moved CI to Travis.
2012-05-07 08:35:36 +02:00
Selwin Ong
bb4e7ce36f
Fixed an issue where `get_cache_key` may produce invalid memcached
...
keys.
2012-05-06 20:52:17 +07:00
Jannis Leidel
33c1197ad1
Merge pull request #30 from bmihelac/fix-27-MultipleObjectsReturned
...
Fix 27 multiple objects returned
2012-03-30 06:31:55 -07:00
Jannis Leidel
45407e1624
Merge pull request #29 from bmihelac/fix-28-test-warnings
...
Fix for #28
2012-03-30 06:31:23 -07:00
Bojan Mihelac
3aa3132255
Fix for #28
2012-03-30 15:25:45 +02:00
Bojan Mihelac
29f08281d7
Fix #27 .
...
dbtemplates tries to find template from database which is associated
with current site, and if that fails then template from database which
is not associated with any site.
2012-03-30 15:14:21 +02:00