ykh
887ee92e62
fix bug of can't change permission chang_config's name
2018-04-20 17:50:20 +08:00
ykh
b032f8f72b
update Chinese translation
2018-04-19 11:53:33 +08:00
Dmitry Karamin
45da6edd28
fix(admin): date type
2018-04-16 21:41:18 +03:00
0bit
6abc66b2d7
add zh_Hans
2018-03-26 10:12:12 +08:00
Camilo Nova
40c009d2d3
Bump version
2018-03-23 08:35:02 -05:00
Camilo Nova
61356da3fb
Merge pull request #258 from ownaginatious/constance_dbs_setting
...
Workaround to make `django-constance` work in multi-DB project
2018-03-15 13:49:25 -05:00
Si Feng
1bec11477f
Fix CONSTANCE_CONFIG_FIELDSETS mismatch issue
2018-03-13 16:56:00 -07:00
Paolo Melchiorre
e390248bf0
Updated italian translations
2018-03-13 15:27:39 +01:00
Anton Shurashov
40188c093a
add config labels
2018-03-06 23:41:53 +03:00
Dillon Dixon
5763010f16
CONSTANCE_DBS setting for directing constance permissions/content_type settings to certian DBs only
2018-03-02 15:40:41 -08:00
Matthieu Cornut
2cec39d609
Fix issue https://github.com/jazzband/django-constance/issues/252
2018-02-27 16:48:41 +01:00
Matthieu Cornut
1dc4b06020
Fix bug in translation file
2018-02-27 16:48:41 +01:00
Vladislav Manchev
b37b73bf0e
Fix ConstanceForm validation
...
Account for cases where CONSTANCE_CONFIG_FIELDSETS is not set at all in ConstanceForm validation.
2018-02-25 14:27:54 +01:00
Camilo Nova
bc9b11b8fa
Bump version
2018-02-07 09:05:51 -05:00
Camilo Nova
29f493f7c1
Merge branch 'file-upload'
2017-11-08 08:42:34 -05:00
Manatsawin Hanmongkolchai
bbc7db2edc
Merge https://github.com/jazzband/django-constance
2017-11-07 21:45:04 +07:00
Manatsawin Hanmongkolchai
6015e9c360
results_list: Move inline JavaScript to constance.js
...
Merge branch 'default-datetime' of https://github.com/rvernica/django-constance
2017-11-07 21:43:47 +07:00
Camilo Nova
643e8401b6
Merge pull request #224 from founders4schools/translations/french
...
Add French translations
2017-11-06 11:47:57 -05:00
Camilo Nova
7da7598291
Merge pull request #222 from JoshLabs/vb_validation_fix
...
Fixed #201
2017-11-06 11:47:22 -05:00
Camilo Nova
2d86960ab9
Remove translation from the app name. Fixes #204
2017-11-06 11:43:08 -05:00
Camilo Nova
23e8557c83
Added file uploads. Fixes #141 and #241
2017-11-06 11:31:00 -05:00
Camilo Nova
03ba898db3
Merge pull request #220 from mpauly/master
...
Fix for #219
2017-09-06 14:10:15 -05:00
Manatsawin Hanmongkolchai
0e38ae7ce1
database: Allow running set while database is not created
2017-08-20 19:44:16 +07:00
Manatsawin Hanmongkolchai
c8568b3f6b
Moved inline css/javascripts out to their own files
2017-08-09 19:44:48 +07:00
Manatsawin Hanmongkolchai
f8aad0c7f6
Also ignore ProgrammingError for Postgres
2017-08-08 18:39:01 +07:00
Manatsawin Hanmongkolchai
bbfa8fa7dc
database: Ignore operation errors ( #229 )
2017-08-07 23:56:20 +07:00
Bruno Alla
717304f8c0
Add French translations
2017-07-03 12:49:07 +01:00
Varun Bargali
d80acd0dc6
updated message files
2017-06-13 19:41:38 +05:30
Varun Bargali
d3da1e14bd
added validation error for forgetting variables in CONSTANCE_CONFIG_FIELDSETS
2017-06-13 19:37:39 +05:30
Martin Pauly
3f5fc73409
Use admin_site property of ModelAdmin, to make sure that the correct list of apps is used
2017-06-02 23:27:20 +02:00
Jon Dufresne
9725bb2a94
Use dict comprehension; available since Python 2.7 ( #217 )
2017-06-02 10:53:08 +02:00
Bruno Alla
1cce582edc
Fix #187 : Preserve sorting from fieldset config ( #207 )
2017-06-02 10:52:16 +02:00
Jon Dufresne
3a1f8a898b
Remove unnecessary calls to dict.keys
...
iter(dict) is equivalent to iter(dict.keys()). Can simply act on the
dict instead. Provides a more concise, Pythonic syntax and avoids an
unnecessary function call.
Inspired by Lennart Regebro's presentation "Prehistoric Patterns in
Python" at PyCon 2017. Available at:
https://www.youtube.com/watch?v=V5-JH23Vk0I
2017-06-02 10:23:21 +02:00
Camilo Nova
4268ea808a
Merge pull request #213 from felixxm/cleanup-unused
...
Removed unused variables and imports.
2017-05-25 14:38:42 -05:00
Mariusz Felisiak
3af72e167b
Removed unused variables and imports.
2017-05-25 14:02:52 +02:00
Mariusz Felisiak
fc5a32f2ac
Fixed #211 -- Added datetime.timedelta support.
2017-05-25 13:50:27 +02:00
Alan Kesselmann
47b8394a43
Added .mo file too
2017-04-10 14:03:19 +03:00
Alan Kesselmann
09f2dc7d69
Added Estonian translations
2017-04-10 13:38:27 +03:00
Rares Vernica
0f7a6e8f55
Account for server timezone for Date object
2017-02-20 10:57:12 -08:00
Camilo Nova
161c1d34be
Bump version
2017-02-17 08:16:34 -05:00
Camilo Nova
6da21af5ae
Merge pull request #195 from jazzband/updated_signal
...
Added the old value to the config_updated signal
2017-02-16 16:07:34 -05:00
Martin Pépin
be65f6536a
Add a get_changelist_form hook in the ModelAdmin
...
This method is used in the `changelist_view` to get the changelist form.
You may want to override this method to get a different form depending
on the user that makes the request. For example:
class MyConstanceAdmin(ConstanceAdmin):
def get_changelist_form(self, request):
if request.user.is_superuser:
return SuperuserForm:
else:
return super(MyConstanceAdmin, self).get_changelist_form(request)
2017-02-14 02:15:39 +01:00
Laszlo Ratsko
3ba4780a13
Fix create_perm in apps.py to use database alias given by the post_migrate signal
2017-02-05 13:27:07 +01:00
Mariusz Felisiak
46b7a02365
Removed unnecessary bytes encode.
2017-01-31 18:08:04 +01:00
Camilo Nova
2fde4f4d83
Added the old value to the config_updated signal
2017-01-31 10:41:55 -05:00
Rares Vernica (cessna, fedora)
d308ccf601
Fix Reset to default for DateTime, #185
2017-01-19 10:55:48 -08:00
Rares Vernica
bddb6cd2ac
Fix *Reset to default* to work with boolean/checkboxes ( #191 )
...
* Fix *Reset to default* to work with boolean/checkboxes
* Add field name to each config value
* Check field name and use *checked* for checkbox and *value* otherwise
Fix #189
* Add and use raw_default and is_checkbox
2017-01-13 08:14:18 +01:00
John Carter
81b723c91b
Fix handling of MultiValueField's (eg SplitDateTimeField) on the command line. Fixes #186 ( #190 )
...
* Added failing test for setting a datetime with cli
Issue #186
* Adding myself to AUTHORS
* Handle MultiValueField in manage command, resolves #186
* newline at end
2017-01-11 09:52:19 +01:00
Camilo Nova
8db90e8087
Bump version
2016-12-23 17:39:01 -05:00
Rares Vernica (cessna, fedora)
588ac2da71
Moved "Remove to default" unded field
2016-12-01 09:40:11 -08:00