Jannis Leidel
|
82e19cec9f
|
Refactored backend system slightly to have a nicer directory structure. Using the database backend now only requires to add 'constance.backends.database' to INSTALLED_APPS and setting CONSTANCE_BACKEND to 'constance.backends.database.DatabaseBackend'. Also reverted default backend to being the Redis backend.
|
2010-12-01 19:29:53 +01:00 |
|
Jannis Leidel
|
eea0d2fdf9
|
Abstracted constance backends to and added a cached database backend. Moved around the settings code and simplified the module loading.
|
2010-12-01 00:20:23 +01:00 |
|
Jiri Barton
|
64bef7d88b
|
fixed the README
|
2010-11-26 14:03:06 +01:00 |
|
Jiri Barton
|
843eefba17
|
added screenshots
|
2010-11-26 13:46:42 +01:00 |
|
Ales Zoulek
|
7bf545d7ae
|
updated admin tests
|
2010-11-12 15:46:14 +01:00 |
|
Ales Zoulek
|
723ef2cd91
|
fixed: time field instance of datetime.time
|
2010-11-12 15:43:56 +01:00 |
|
Ales Zoulek
|
5275718cc2
|
refatored test project
|
2010-11-12 15:38:59 +01:00 |
|
Ales Zoulek
|
1354913997
|
added tests for admin changelist
|
2010-11-12 15:06:59 +01:00 |
|
Ales Zoulek
|
d1a88854a3
|
Added tests for new field types
long, unicode, date, time
|
2010-11-12 14:38:18 +01:00 |
|
Jannis Leidel
|
e75e4e5201
|
Added constance.context_processors.config for easy access to the values.
|
2010-11-10 04:25:46 +01:00 |
|
Jannis Leidel
|
1804b3ea6b
|
Fix bug regarding ordering.
|
2010-11-10 04:12:39 +01:00 |
|
Jannis Leidel
|
f0fb78f5c7
|
Updated template to fit original admin style and added helper variable to check if value differs from its default.
|
2010-11-10 04:12:07 +01:00 |
|
Jannis Leidel
|
44cc2be494
|
Marked a few strings for translation and localize the values passed to the changelist.
|
2010-11-10 04:11:34 +01:00 |
|
Jannis Leidel
|
9603e0573b
|
A few cleanups of the admin class.
|
2010-11-10 04:10:49 +01:00 |
|
Jannis Leidel
|
8f51e6cdc9
|
Added additional value types (unicode, date, time).
|
2010-11-10 04:09:06 +01:00 |
|
Jannis Leidel
|
d00029b3bd
|
Sorted imports a bit.
|
2010-11-10 04:07:53 +01:00 |
|
Ales Zoulek
|
b72ad74a1b
|
typo
|
2010-09-21 10:17:41 +02:00 |
|
Ales Zoulek
|
14ed525f29
|
fixed setup.py bdist_rpm
|
2010-09-21 10:15:52 +02:00 |
|
Ales Zoulek
|
e76458d49e
|
updated setup.py
|
2010-09-17 14:54:30 +02:00 |
|
Jiri Barton
|
c9de790161
|
added a license
|
2010-09-03 16:54:11 +02:00 |
|
Jiri Barton
|
e89fcc0e27
|
added screenshots to the description
|
2010-09-03 16:39:16 +02:00 |
|
Jiri Barton
|
64a0e3c3e3
|
changed some display settings
|
2010-09-03 16:18:17 +02:00 |
|
Jiri Barton
|
16b649fc4c
|
added tests for other types
|
2010-09-03 14:38:43 +02:00 |
|
Ales Zoulek
|
f4b0177162
|
merge
|
2010-08-25 15:55:22 +02:00 |
|
Ales Zoulek
|
bd1749afd2
|
setup: exclude tests from build
|
2010-08-25 15:55:09 +02:00 |
|
Jiri Barton
|
392898c6a5
|
moved settings
|
2010-08-25 15:08:07 +02:00 |
|
Ales Zoulek
|
344ae771a8
|
embeded tests in setup.py
|
2010-08-25 14:58:09 +02:00 |
|
Ales Zoulek
|
c36bf65ab1
|
tests
|
2010-08-25 14:55:01 +02:00 |
|
Jiri Barton
|
f616fd82c7
|
added standalone test cases
|
2010-08-25 14:11:26 +02:00 |
|
Ales Zoulek
|
b307e06f86
|
Added basic tests
|
2010-08-25 13:32:42 +02:00 |
|
Ales Zoulek
|
ec9490656c
|
merge
|
2010-08-25 13:17:13 +02:00 |
|
Ales Zoulek
|
d6c2094f70
|
improved admin UI (css, js)
|
2010-08-25 13:16:58 +02:00 |
|
Jiri Barton
|
ed6b03a7b0
|
updated README
|
2010-08-25 11:24:40 +02:00 |
|
Jiri Barton
|
91dd96e13a
|
added README
|
2010-08-25 10:30:58 +02:00 |
|
Ales Zoulek
|
caaed42b36
|
version bump
|
2010-08-24 11:49:21 +02:00 |
|
Ales Zoulek
|
37d33ea11e
|
fixed packaging: templates included
|
2010-08-24 11:48:23 +02:00 |
|
Ales Zoulek
|
24296bfe32
|
fixed imports, optional django dependency
|
2010-08-24 11:40:58 +02:00 |
|
Ales Zoulek
|
fb016f2074
|
admin: improved UI
|
2010-08-23 18:49:33 +02:00 |
|
Ales Zoulek
|
c17bcec515
|
fixed: admin UI sorting keys
|
2010-08-23 17:23:38 +02:00 |
|
Ales Zoulek
|
d4ad6cdbf4
|
added support for dir() on config object
|
2010-08-23 17:10:44 +02:00 |
|
Ales Zoulek
|
6eb97a7768
|
merge
|
2010-08-23 16:40:23 +02:00 |
|
Ales Zoulek
|
a205d95b9e
|
admin: form saving and validating
|
2010-08-23 16:40:01 +02:00 |
|
Roman Krejcik
|
dd08e68c3f
|
hg ignore
|
2010-08-23 16:20:13 +02:00 |
|
Ales Zoulek
|
af362f539f
|
added admin form draft
|
2010-08-23 16:18:44 +02:00 |
|
Jiri Barton
|
de72b28396
|
updated to work with pickle
|
2010-08-23 15:48:15 +02:00 |
|
Ales Zoulek
|
7f0e0b00e6
|
decode/encode values by pickle
|
2010-08-23 15:34:16 +02:00 |
|
Ales Zoulek
|
cfd63daddc
|
merge
|
2010-08-23 14:50:32 +02:00 |
|
Ales Zoulek
|
d48285e89e
|
added admin view interface
|
2010-08-23 14:49:54 +02:00 |
|
Jiri Barton
|
8771e43e69
|
changed the default attribute access
|
2010-08-23 14:45:36 +02:00 |
|
Jiri Barton
|
1d47906eb5
|
hardcoded the version spec
|
2010-08-23 14:04:43 +02:00 |
|