Commit Graph

50 Commits

Author SHA1 Message Date
Pablo Martín c9c7d07741 Now django.multiselectfield support Django 1.7 2014-10-13 14:52:13 +02:00
Pablo Martín b3ea613558 Merge pull request #21 from vasyabigi/master
Fixed prep/to_python values of model field.
2014-10-13 14:46:10 +02:00
Vasyl Stanislavchuk cbfe2ee9bd Fixed get_field_display method for None value. 2014-07-21 14:52:30 +03:00
Pablo Martín a01e3a27c3 Ready to new release 2014-04-04 09:47:32 +02:00
Pablo Martín 2cf0052597 Ready to new release 2014-04-04 09:46:21 +02:00
Pablo Martín 7a5cac57f5 Windows OS compatibility 2014-04-04 09:46:07 +02:00
Pablo Martín 9e42068aa9 Merge pull request #12 from ben2367/patch-1
Update README.rst
2014-01-22 23:16:36 -08:00
Benjamin Port ce28e94902 Update README.rst
Change configfield by multiselectfield
2014-01-23 00:20:30 +01:00
Pablo Martín 2fc1209d98 Fix #11 Include the spanish translations to the pypi egg, and improvements in the readme file 2014-01-19 19:03:37 +01:00
Vasyl Stanislavchuk 009d6c1c52 Fixed prep/to_python values of model field. 2013-12-31 10:54:15 +02:00
Pablo Martín d495bba302 Ready to new release 2013-12-04 17:14:59 +01:00
Pablo Martín 9678267b60 This is unnecesary 2013-12-04 16:59:43 +01:00
Pablo Martín 31b1427ce0 Detail after move the code 2013-12-04 16:53:25 +01:00
Pablo Martín 156c78a665 Move multiselectfile app to parent folder 2013-12-04 16:44:19 +01:00
Pablo Martín 34f5f7613b Fix bug in wsgi file 2013-12-04 16:43:05 +01:00
Pablo Martín 6ec3c13740 Add example project section 2013-11-30 20:19:05 +01:00
Pablo Martín 6664b433fd Spanish translations 2013-11-30 20:08:16 +01:00
Pablo Martín 03ef1baa73 Ready to new release 2013-11-30 19:58:19 +01:00
Pablo Martín 945f37fddf Refactor get_choices_selected 2013-11-30 19:57:20 +01:00
Pablo Martín dd7ff42d24 Remove unnecesary code 2013-11-30 19:31:14 +01:00
Pablo Martín 17bad27260 Improvements in the default value 2013-11-30 19:25:58 +01:00
Pablo Martín 075950197a Improvements in the default value 2013-11-30 19:25:11 +01:00
Pablo Martín 6463dfd0f6 Fix detail to django 1.6 2013-11-26 20:45:46 +01:00
Pablo Martín 6f53e6ac03 Improvements in the tests 2013-11-26 20:34:25 +01:00
Pablo Martín 0e62e07668 Typo error, copy and paste 2013-11-26 20:26:35 +01:00
Pablo Martín dac9da7b7c Add more tests 2013-11-26 20:25:01 +01:00
Pablo Martín 4a21116fbc Add more tests 2013-11-26 20:04:41 +01:00
Pablo Martín 058ed37f74 Detail of readme file 2013-11-26 19:22:51 +01:00
Pablo Martín dda2ad1308 Add badgets to readme file 2013-11-26 19:22:24 +01:00
Pablo Martín 678bfc089f Structure of the tests 2013-11-26 19:20:19 +01:00
Pablo Martín 7ced508e25 Update readme file and changes file 2013-11-26 19:03:02 +01:00
Pablo Martín 8c9c3a7682 Now max_length is not required, the Multiselect field calculate it. And max_choices could be a param in the model 2013-11-26 18:56:37 +01:00
Pablo Martín cd3ef2e8e7 Details 2013-11-19 19:37:58 +01:00
Pablo Martín fbb549f630 Fixed #4 Created test/example project 2013-11-19 19:32:11 +01:00
Pablo Martín e82fbd90e9 Detail 2013-11-19 19:30:44 +01:00
Pablo Martín bdf660c561 Fix #1 now works if the first composant of the list of tuple is an integer 2013-11-19 19:29:20 +01:00
Pablo Martín 16e56f6177 Update the changes file 2013-11-13 19:59:40 +01:00
Pablo Martín f7886aae0c Merge pull request #3 from evildmp/issue_2_version_checking
fixed #2 Python 2.6, sys.version.major test fails (not a tuple)
2013-11-13 10:55:39 -08:00
Daniele Procida 47978e9d67 fixed #2 Python 2.6, sys.version.major test fails (not a tuple) 2013-11-12 21:15:39 +01:00
Pablo Martín 17774ec4b4 Upload the version at the setup file 2013-09-11 10:52:44 +02:00
Pablo Martín 50fbf045d5 Add the badges 2013-09-11 10:51:10 +02:00
Pablo Martín 1b9d617bde Support to python 3, improvements in the readme and fix a little detail 2013-09-11 10:49:03 +02:00
Pablo Martín f9ecc7a3d1 Update the CHANGES.rst with the date of today 2012-09-28 09:46:10 +02:00
Pablo Martín 94cdfeae5a The snippet had a error. A function call to other function with less
parameters
2012-09-27 17:57:02 +02:00
Pablo Martín 1cc5ab5aae Update the manifest 2012-09-27 16:20:57 +02:00
Pablo Martín 4aa1c06c47 Fill the email 2012-09-27 16:13:58 +02:00
Pablo Martín 7a20cff7f2 Add south support 2012-09-27 16:12:55 +02:00
Pablo Martín 853467a2a8 Add the readme 2012-09-27 16:03:17 +02:00
Pablo Martín a0b976a758 Initial version 2012-09-27 16:02:41 +02:00
Pablo Martín ad0c78f57f Initial commit 2012-09-27 05:08:07 -07:00