1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 18 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix login redirect to be compatible with Django 1.2 More... over 13 years ago
Bugfix var name. More... over 13 years ago
Add CSS classes to form fields using field type and required. More... over 13 years ago
Version bump. More... over 13 years ago
Minor patches required for abstract models. More... over 13 years ago
Move most model functionality into abstract models with default concrete implementations to allow for easy subclassing. More... over 13 years ago
Add default value for sites field when only one site exists. More... over 13 years ago
Add ``login_required`` field to forms model for restricting forms to authenticated users. More... over 13 years ago
merge More... over 13 years ago
Add better handling for fields with multiple values. More... over 13 years ago
Add multiple check boxes as a field type. More... over 13 years ago
Add hidden field to field types and field for default values for fields. More... over 13 years ago
Add radio buttons as a field type. More... over 13 years ago
Add a ``button_text`` field to forms model for editing the text of the form's submit button. More... over 13 years ago
Add publish & expiry dates to forms. More... over 13 years ago
Update tests to allow for sites framework. More... over 13 years ago
Documented available settings. More... over 13 years ago
Added optional support for integrating Django's sites framework. More... over 13 years ago
Such a comedy of errors. More... over 13 years ago
Merge More... over 13 years ago
Use correct package name in README. More... over 13 years ago
Added POST test. More... over 13 years ago
Fix packaging nightmares. More... over 13 years ago
Update description. More... over 13 years ago
Added tests. More... over 13 years ago
Remove unique constraint from ``Form.title`` and cleanup slug creation. More... over 13 years ago
Bugfix for optional file upload fields. More... over 13 years ago
Update README, version & setup for new release. More... over 13 years ago
Added entry_time column to entry export. More... over 13 years ago
Re-implemented handling for file uploads. More... over 13 years ago