Commit graph

45 commits

Author SHA1 Message Date
Johannes Hoppe
5d9b463f2e Added six for metaclasses 2015-04-10 10:15:20 +02:00
superqwer
bedb4b3c24 django1.8 compatibility issues 2015-04-06 16:31:23 +03:00
Johannes Hoppe
bd40acc761 Added six types and fixed setup 2015-03-31 10:22:03 +02:00
Johannes Hoppe
2cfbfd3325 Code cleanup -- Added pep8 tests for package. 2015-03-30 10:19:37 +02:00
Evgenii Shchemelev
e8580ed23d removed unnecessary db request 2014-10-07 18:01:49 +06:00
Thomas Schreiber
e0686628d7 add the hashed field_id to the 'data-select2-id' attr 2014-09-13 03:04:44 +02:00
AppleGrew
3f968c1532 Merge pull request #114 from fjcapdevila/master
Minor changes in doc-strings
2014-06-11 02:16:34 +05:30
fjcapdevila
3b8ba099a3 Minor format typo 2014-06-10 12:43:59 -03:00
fjcapdevila
5004b79c85 Typo
Little type
2014-06-10 12:23:24 -03:00
AppleGrew
40b2b9dbfc Merge pull request #113 from fjcapdevila/master
Fix another typos
2014-06-10 11:00:12 +05:30
fjcapdevila
f354e54f91 Fix typo
Fix typo in a doc-string
2014-06-09 17:55:55 -03:00
JJ
d27f04dec4 added '.distinct()' to result query on ModelJsonMixin to prevent duplicates 2014-06-09 16:00:41 -04:00
crccheck
3d800e6868 update capitalization of proper nouns
I usually spell ajax as AJAX, but after doing some reasearch, it seems
like Ajax is more commonly used.
2013-11-19 19:09:19 -06:00
AppleGrew
604130b06e Update fields.py 2013-09-27 20:10:44 +05:30
AppleGrew
0c46114f56 Update fields.py 2013-09-27 20:08:09 +05:30
AppleGrew
8cb1b0d82f Added doc to get_queryset. 2013-09-27 20:04:06 +05:30
Rémy HUBSCHER
71a7171e2f Fix #59 - Add a get_queryset helper to be able to provide a site related queryset. 2013-09-24 16:33:38 +02:00
AppleGrew (applegrew)
cc94db7e2b Issue 54. Widget performance fix. 2013-09-17 22:02:32 +05:30
AppleGrew (applegrew)
e9035ede04 Updating docs. 2013-09-16 02:43:52 +05:30
AppleGrew (applegrew)
ab57470b02 Adding Tagging support. 2013-09-16 02:03:08 +05:30
AppleGrew (applegrew)
aa60bb36ec Making heavy use localStorage instead of cookies and few more heavy related fixes. 2013-01-13 10:02:39 +05:30
Stefan Foulis
fdbf724761 adds extra_data support for AutoModelSelect2Field
allows passing data structures in ajax requests that can be used for custom formatting
2012-12-13 14:20:08 +01:00
AppleGrew (applegrew)
7946563288 v3.1.3. Fixed some minor issues. 2012-11-25 01:44:36 +05:30
AppleGrew (applegrew)
434f89cdfc Performace improvement & tests 2012-11-25 00:32:56 +05:30
Stéphane Raimbault
d24b6a5206 Pylint and useless imports
widgets.py contains DOS and Unix line returns, I've converted it
to DOS only to keep changes small in this commit.
2012-11-09 18:20:32 +01:00
AppleGrew (applegrew)
487e55020c Added a timer util. 2012-10-13 20:56:39 +05:30
AppleGrew (applegrew)
8ba04e5e4a Doc updates 2012-09-05 12:16:48 +05:30
AppleGrew (applegrew)
94bc993377 Further bug fixes. 2012-09-03 09:39:50 +05:30
AppleGrew (applegrew)
3c3fe0b130 Fixing some design issues in Heavy fields. 2012-09-02 01:21:17 +05:30
AppleGrew (applegrew)
3f65a2349f Issue4, more fixes. 2012-09-01 01:17:08 +05:30
AppleGrew (applegrew)
8169db806b * Sphinx docs added. * Fixed Issue 4 * Improved code docstrings 2012-08-31 11:34:23 +05:30
AppleGrew (applegrew)
4479cfbdf7 Better fix for registering field_id 2012-08-23 01:16:40 +05:30
AppleGrew (applegrew)
4e240ce415 v2.0.1
* Auto field register fix.
* Prevent multiple execution of heavy_data.js.
2012-08-23 00:22:49 +05:30
AppleGrew (applegrew)
878ddb839a More bug fixes. And added 'auto_id' parameter for auto fields. 2012-08-22 11:19:30 +05:30
AppleGrew (applegrew)
6a2c96668d Loggers added 2012-08-22 09:55:20 +05:30
AppleGrew (applegrew)
2c2a0073f5 Added example section in Readme 2012-08-21 23:45:06 +05:30
AppleGrew (applegrew)
691fa14e2e Multi value bu fixes
Many bugs ironed out of Multi value fields. Added many new tests for
multi value fields.
2012-08-21 23:21:41 +05:30
AppleGrew (applegrew)
0e0b21119d Updated AutoView mixin 2012-08-21 01:48:55 +05:30
AppleGrew (applegrew)
f3569bcea2 Multi value tests added and more fixes.
* Fixed infinite recursion causing Python crash bug.
* Multi-value is working.
* Tested added for multi-value field.
2012-08-21 01:38:31 +05:30
AppleGrew (applegrew)
703d540689 The changes in this code crashes Python 2.7.1 (OSX build) 2012-08-20 19:08:52 +05:30
AppleGrew (applegrew)
8579993107 v1.1 changes.
Lots of fixes and redesign. Also added a full fledged project for
testing out the components.
2012-08-19 23:13:15 +05:30
AppleGrew (applegrew)
48ce0b5703 Some fix for setup. 2012-08-05 15:18:27 +05:30
AppleGrew (applegrew)
d5aa9b5ddb Enhanced Heavy fields. Added 'auto' fields. Some bug fixes. 2012-08-05 13:00:44 +05:30
AppleGrew (applegrew)
243c614c3a Removed some invalid code 2012-07-24 01:51:15 +05:30
AppleGrew (applegrew)
30082bb8ed Initial commit 2012-07-24 01:44:55 +05:30