Commit graph

543 commits

Author SHA1 Message Date
Kirill Goncharov
1e751f1afa Optimizations for database backend (#329)
* Add test for database backend with query count assertions

* Rewrite set() method of database backend to reduce number of queries
2019-06-08 09:14:58 -05:00
Richard Morrison
2948dff3cc Add a Django system check... (#326)
* Add a Django system check that CONFIG_FIELDSETS accounts for all of CONFIG

* Fix test (don't actually modify values when submitting form) and restore python2 compatibility
2019-04-06 09:13:55 -05:00
Ilya Chichak
d495f1b3bf made results table responsive for Django 2 admin (#325) 2019-03-28 15:04:24 -05:00
Camilo Nova
c965db1bd9 Bump version 2019-03-16 12:25:10 -05:00
Camilo Nova
bb03e1e65a Removed Python 3.4 since is not longer supported 2019-03-16 09:53:08 -05:00
Tyler Kennedy
5e422cfd54 Allow null & blank for PickleField. (#315)
The default behaviour of PickleField was changed from null=True to
null=False. This causes issues with fields such as an image_field which
will try storing a NULL when unset.
2019-03-16 09:47:43 -05:00
Marc-Antoine Lemieux
a31d6f195f Use default_storage to save file (#319) 2019-03-13 19:11:25 -05:00
Moetaz
533c3cb594 fixed "Reset to default" button with constants whose name contains a space. closes #321 (#322) 2019-03-13 19:04:33 -05:00
John Carter
d6ed427c33 Drop Django<1.11 and 2.0, fix tests vs Django 2.2b (#320)
Also added py37, pypy3 to tox, travis
2019-03-11 17:20:08 -05:00
horida
286edca505 show not existing fields in field_list (#309) 2018-10-11 12:18:39 -05:00
Camilo Nova
ce565ecd8a Bump version 2018-09-20 07:31:31 -05:00
Erivânio Vasconcelos
a188c65281 Remove duplicated } (#302) 2018-09-19 18:49:03 -05:00
Camilo Nova
678916bcc2 Bump version 2018-09-13 15:16:17 -05:00
Jürgen Ryannel
6cc9ebfb67 Added support for django 2.1
* in django>=2.1 cmd was removed as parameter to add_parser

* add tox support for django >= 2.1

* introduce helper function to remove cmd paramter form add_parsers when
django >= 2.1

* remove unecessary lines

* fix issues when cmd may be missing in kwargs
2018-08-29 10:18:22 -05:00
Camilo Nova
83ee19c858
Merge pull request #297 from silentsokolov/fix-docs
Fixed docs signals
2018-08-29 10:10:08 -05:00
Dmitriy Sokolov
18d6a48e7e
Update index.rst
Fixed note about signals
2018-08-29 14:48:07 +03:00
Camilo Nova
7b35f51cee
Merge pull request #290 from felixxm/django-2.0
Added official Django 2.0 support.
2018-06-27 12:19:31 -05:00
Mariusz Felisiak
0fdca221af
Added official Django 2.0 support. 2018-06-23 21:44:11 +02:00
Camilo Nova
e269d423da
Merge pull request #287 from mobolic/fix-spelling
Fix spelling issues in CONTRIBUTING and changelog.
2018-05-23 17:27:16 -05:00
Camilo Nova
0c1fb79311 Drop support for Python 3.3 since wheel doesn't support it 2018-05-23 17:26:58 -05:00
Martey Dodoo
2f4618cf96 Fix spelling issues in CONTRIBUTING and changelog.
Fix misspelled words in contributing guidelines and changelog. Fix
formatting of multi-line changelog entry.
2018-05-22 22:36:05 -04:00
Camilo Nova
fd7c4e86aa
Merge pull request #283 from myii/myii-patch-1
Improve consistency of reset value handling for `date`
2018-05-12 15:09:14 -05:00
Imran Iqbal
c9916c7e26 Improve consistency of reset value handling for date
* Consistent implementation re: `datetime`
* Consistent reset using `DATE_INPUT_FORMAT`, i.e.
  - Works whether `USE_L10N` setting is active or not
2018-05-07 17:55:43 +01:00
Camilo Nova
df30bcd2ff
Merge pull request #278 from yinkanghong/master
fix bug of can't change permission chang_config's name
2018-04-20 12:35:12 -05:00
ykh
887ee92e62 fix bug of can't change permission chang_config's name 2018-04-20 17:50:20 +08:00
Camilo Nova
bb1ecde5d5
Merge pull request #276 from yinkanghong/master
update Chinese translation
2018-04-19 09:17:13 -05:00
ykh
b032f8f72b update Chinese translation 2018-04-19 11:53:33 +08:00
Camilo Nova
05ec0e9f1d
Merge pull request #274 from DmitryKaramin/master
fix(admin): date type
2018-04-16 16:20:39 -05:00
Dmitry Karamin
45da6edd28 fix(admin): date type 2018-04-16 21:41:18 +03:00
Camilo Nova
566f1e386e
Merge pull request #269 from ajinkya-bhosale/patch-1
Update index.rst
2018-04-02 18:55:51 -05:00
ajinkya bhosale
cfbc8cd8d7
Update index.rst 2018-04-02 08:01:25 +05:30
Ivan
d3e21abde4 Documented use with admin extensions 2018-04-01 09:41:13 +02:00
Camilo Nova
9a2d39a2e8
Merge pull request #271 from felixxm/br-closing-slash
Fixed TestAdmin.test_linebreaks() due to linebreaksbr() behavior change on Django 2.1.
2018-03-31 12:16:22 -05:00
Mariusz Felisiak
fb2483ce8d
Fixed TestAdmin.test_linebreaks() due to linebreaksbr() behavior change on Django 2.1.
Changed in ff05de760c.
2018-03-31 18:32:46 +02:00
ajinkya bhosale
94a6d3a7f3
Update index.rst
Added note CONSTANCE_CONFIG_FIELDSETS must contain all fields from CONSTANCE_CONFIG
2018-03-29 09:00:07 +05:30
Camilo Nova
1969579cf3
Merge pull request #266 from 0bit/master
Add zh_Hans support for Django 1.9+
2018-03-26 10:42:57 -05: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
Camilo Nova
ead8c81747
Merge pull request #264 from fengsi/master
Fix `CONSTANCE_CONFIG_FIELDSETS` mismatch issue
2018-03-15 13:39:17 -05:00
Si Feng
1bec11477f Fix CONSTANCE_CONFIG_FIELDSETS mismatch issue 2018-03-13 16:56:00 -07:00
Camilo Nova
8120fc473d
Merge pull request #262 from pauloxnet/italian_update
Updated italian translations
2018-03-13 17:32:59 -05:00
Paolo Melchiorre
e390248bf0 Updated italian translations 2018-03-13 15:27:39 +01:00
Camilo Nova
a9ac3634c6
Merge pull request #260 from Sinkler/add-label
Add config labels
2018-03-06 17:47:21 -05: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
Camilo Nova
2d4b09d334
Merge pull request #256 from blablacio/fix-fieldset-validation
Fix ConstanceForm validation
2018-02-26 17:14:17 -05: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