Commit Graph

59 Commits

Author SHA1 Message Date
Serghei Mihai 448ceb6674 debian: initial packaging 2016-04-05 10:04:13 +02:00
Pablo Martín c232d1776c Better more explicit 2014-10-13 19:57:40 +02:00
Pablo Martín 5009091673 Fix #16 Now the multiselectfield could be a readonly.
This solution is a little dirty, please if this does not work (in some case) tell me something
2014-10-13 17:08:19 +02:00
Pablo Martín e66f0b33c2 Adding tests to the new feature 2014-10-13 16:24:40 +02:00
Pablo Martín feb36f8fce Merge branch 'master' of https://github.com/litchfield/django-multiselectfield into get_display
Conflicts:
	multiselectfield/db/fields.py
2014-10-13 16:16:06 +02:00
Pablo Martín 11eb465c41 Adding last name 2014-10-13 15:58:32 +02:00
Pablo Martín ccc40aa0f5 Ready to new release 2014-10-13 15:57:44 +02:00
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
Simon Litchfield c7daa84610 Improved handling of empty values 2014-05-14 18:03:55 +10:00
Simon Litchfield e8c9650f19 Added get_FIELD_list method to return choice labels as a list rather than a comma separated string 2014-05-14 17:50:59 +10: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