Commit graph

379 commits

Author SHA1 Message Date
Camilo Nova
bebc279edc Send the config parameter as sender for the signal 2016-09-15 09:24:30 -05:00
Camilo Nova
1d746c080f Rename signal to config_updated 2016-09-14 14:53:52 -05:00
Camilo Nova
395efc992f ☀️ Moved the signal to its own file to avoid import errors 2016-09-14 14:50:39 -05:00
Camilo Nova
9d4d0ab334 Bump version 2016-09-14 12:44:59 -05:00
Camilo Nova
ebf1d228ef Fix 2016-09-14 12:39:00 -05:00
Camilo Nova
eaeb4475a2 Added documentation on signals 2016-09-14 12:37:19 -05:00
Camilo Nova
94fabdf7c3 Added signal on change, refs #158 2016-09-14 12:22:32 -05:00
Camilo Nova
90bf97c0a9 Improved coding styles 2016-09-14 12:21:43 -05:00
Camilo Nova
b28385f501 Improved coding styles 2016-09-14 12:21:16 -05:00
Camilo Nova
03704ee4f7 Improve coding style and remove django 1.7 compatibility 2016-09-14 11:52:58 -05:00
Camilo Nova
d0d2829dff Include pypy on testing matrix 2016-09-14 11:48:11 -05:00
Camilo Nova
3fef927349 Improve testing matrix 2016-09-14 11:45:16 -05:00
Camilo Nova
2272e37374 Update python versions to test 2016-09-14 11:39:20 -05:00
Camilo Nova
01fa669e98 Added django 1.10 tests 2016-09-14 11:35:13 -05:00
Camilo Nova
07a00c44ee Merge pull request #157 from iamkhush/master
Admin Form Ordering using OrderDict  issue #153
2016-09-10 18:24:17 -05:00
Ankush Chadda
bee1a68c51 Change to test travis build 2016-09-10 16:53:52 +05:30
Ankush Chadda
b9eb800a91 Documentation changes for Ordered fields in admin 2016-09-10 16:18:52 +05:30
Ankush Chadda
7e20386682 ordering contance fields using OrderedDict 2016-09-10 16:11:36 +05:30
Camilo Nova
0b9a00099a Bump version 2016-09-01 18:41:27 -05:00
Sobolev Nikita
2665fbdf9c Updated README.rst with svg badge 2016-08-31 14:44:58 +03:00
Camilo Nova
f3d68a2496 Merge pull request #155 from farooqaaa/master
Added support for fieldsets and fixed inheritance issue.
2016-08-22 13:52:54 -05:00
Farooq Azam
4c21274342 Added documentation for fieldsets. 2016-08-22 22:39:23 +05:00
Farooq Azam
c8a06d3246 Fieldset screenshot 2016-08-22 22:38:35 +05:00
Farooq Azam
80d5fb5954 Added support for fieldsets. 2016-08-22 02:45:57 +05:00
Farooq Azam
a39a46e699 Used self.model instead Config to fix inheritance issues.
I tried to inherit the Config model and changed the app_label but it wasn't working because Config was hard-referenced here.
2016-08-21 21:40:17 +05:00
Camilo Nova
b781af795a Merge pull request #152 from mojeto/master
autofill cache if key is missing.
2016-07-12 18:35:22 -05:00
Jan Nakladal
e95f372b2f autofill cache if key si missing. 2016-07-12 16:31:11 +12:00
Jannis Leidel
3ce2750534 Merge pull request #150 from PabloVallejo/github
Create ISSUE_TEMPLATE.md
2016-06-29 15:18:27 +02:00
Pablo Vallejo
d9de7bcd91 Create ISSUE_TEMPLATE.md 2016-06-29 08:07:43 -05:00
Jannis Leidel
997e068560 Merge pull request #149 from jubel-han/patch-1
Update connection class string for django redis
2016-06-29 15:06:49 +02:00
Jubel Han
cdc0db78b2 Update connection class string for django redis 2016-06-29 15:07:46 +08:00
Camilo Nova
a6357e4d89 Merge pull request #147 from prokaktus/fix-tests
Fix backend initialization in tests
2016-06-13 07:32:41 -05:00
prokaktus
54b6d55fd5 Fix backend initialization in tests 2016-06-13 04:00:17 +03:00
Camilo Nova
7cfe5854ae Merge pull request #146 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-06-11 09:42:42 -05:00
Adam Chainz
2ac918df8d Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-11 10:52:12 +01:00
Camilo Nova
9f9fdc067d Merge pull request #145 from prokaktus/fix-cache
Update cache when key changed
2016-06-07 09:07:29 -05:00
Maxim Filipenko
1b6730d2c5 Invalidate cache 2016-06-03 17:40:32 +03:00
Camilo Nova
c5b51394aa Merge pull request #143 from dalang/docs
Docs: Fix wrong variable and correct it from 'form' to 'change_list_form'
2016-05-30 09:21:24 -05:00
dalang
23b6f3daa6 Docs: Fix wrong variable and correct it from 'form' to 'change_list_form' 2016-05-30 12:04:40 +08:00
Camilo Nova
c9d23c6d39 Fixes #141 2016-05-24 18:54:33 -05:00
Camilo Nova
8f71bca192 Bump version 2016-05-14 09:06:02 -05:00
Camilo Nova
cfc9567953 Merge pull request #140 from PabloVallejo/docs
Docs: Add missing 'be'
2016-05-14 08:49:27 -05:00
Pablo Vallejo
1795ebf280 Docs: Add missing 'be' 2016-05-13 11:30:07 -05:00
Camilo Nova
3f544ba04b Merge pull request #137 from jonzlin95/master
Use SplitDateTimeField instead of DateTimeField
2016-04-21 14:55:31 -05:00
Ahn Jungho
e6fd5633fd update document copyright year 2016-04-15 00:14:41 +09:00
jonzlin95
e2a4c6668b Fix setting name 2016-04-08 15:03:47 -07:00
jonzlin95
0aa1a7dd6a Use SplitDateTimeField due to DateTimeField + SplitDateTimeWidget deprecation 2016-04-05 15:44:12 -07:00
Camilo Nova
b48149ddd9 Merge pull request #136 from emilioramirez/master
Typo on the variable name of verification hash version
2016-03-30 10:59:22 -05:00
Emilio Ramirez
3524d3f210 is a good idea keep te constance at the begining of the variable name for avoid conflicts 2016-03-29 15:13:22 -03:00
Emilio Ramirez
1f653f62d2 update docs with the current name of skip hash verification variable 2016-03-29 15:10:08 -03:00