1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #234 from maltalk/django2.1 More... over 5 years ago
Merge pull request #235 from sjdines/hotfix/slug_length More... over 5 years ago
Add max length checking More... over 5 years ago
Add test ensuring validated slug length is under the field length More... over 5 years ago
Update travis.yml More... over 5 years ago
Remove not used ValidationError import More... over 5 years ago
Use reverse instead of models.permalink decorator More... over 5 years ago
Change requirements More... over 5 years ago
Update is_authenticated. Closes #229 More... almost 6 years ago
Merge pull request #227 from Pijuli/slug_length_fix More... almost 6 years ago
Extend to 2000 chars field slug max size More... almost 6 years ago
Merge pull request #221 from tdsymonds/fix__django-migrations-choices More... almost 6 years ago
Change field type choices to point at settings rather than hard code More... almost 6 years ago
Merge pull request #219 from bentimms/fix-checkboxselectmultiple-require-at-least-one More... almost 6 years ago
When using multiple checkboxes with the field marked as "required", don't pass the "required" attribute through to the widget as it means that all the checkboxes will need to be checked to validate. More... about 6 years ago
Version 0.14.0 More... about 6 years ago
Merge pull request #206 from zbohm/fix-none-and-placeholder-in-dropdown More... about 6 years ago
Merge pull request #213 from bashu/patch-5 More... about 6 years ago
Update README.rst More... about 6 years ago
Merge pull request #200 from quotaatypique/patch-5 More... about 6 years ago
Restrict to supported Django versions More... about 6 years ago
Merge pull request #209 from metteludwig/master More... about 6 years ago
Merge pull request #211 from jedie/patch-5 More... about 6 years ago
let there be colour More... about 6 years ago
Update README.rst More... about 6 years ago
Removed upper Django requirement from setup.py More... about 6 years ago
Attempt at avoiding running travis with Django 2.0 against Python 2.7 More... about 6 years ago
Fix in imports of reverse More... about 6 years ago
Added Django versions 1.11 and 2.0 to travis More... about 6 years ago
Added Django 2.0 compatibility regarding user.is_authenticated (was previously a method, now a property) More... about 6 years ago