0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 22 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4 from gabber7/master More... over 8 years ago
Django 1.8 compatibility changes More... over 8 years ago
Merge pull request #3 from ebradbury/master More... about 10 years ago
Django 1.5 compatibility changes More... about 10 years ago
Merge branch 'master' of github.com:wwu-housing/django-wysiwyg-forms More... over 11 years ago
Making help_text a TextField instead of a CharField so that its not limited in length. Because this changes the schema, I am bumping the secondary version number More... over 11 years ago
Merge pull request #2 from wwu-housing/form-slug More... over 11 years ago
removing accidental new line More... over 11 years ago
Add ability to provide a form's slug to WysiwygFormView More... over 11 years ago
remove redundant imports: simplejson is imported later from django.utils More... over 11 years ago
Merge pull request #1 from fitzgen/master More... over 11 years ago
Add a test for revisions so that the TypeError Firass found does not regress More... over 11 years ago
Merge branch 'master' of github.com:wwu-housing/django-wysiwyg-forms More... over 11 years ago
Add missing semi More... over 11 years ago
cast revision number into an integer before incrementing More... over 11 years ago
allow blanks for help text field More... almost 12 years ago
Merge branch 'add-revisions' More... almost 12 years ago
Adding a revision field to the Form model More... almost 12 years ago
Adding a blurb about the new template tag to the users guide More... about 12 years ago
Merge branch 'master' of github.com:wwu-housing/django-wysiwyg-forms More... about 12 years ago
Adding a {% wysiwyg_form form_id render_type %} template tag More... about 12 years ago
Adding more documentation and a user's guide More... about 12 years ago
Bumping minor version number More... about 12 years ago
Merge branch 'master' of https://github.com/llonchj/django-wysiwyg-forms More... about 12 years ago
added django admin support More... about 12 years ago
setuptools will install static and templates folders More... about 12 years ago
Making the way we get wysiwyg forms in the WysiwygFormView a little more generic and including the name of the form and the description in the template context More... about 12 years ago
Making sure that the label is being set when we create django form fields More... about 12 years ago
Making it so that the base template provides a place for stylesheets and the edit template includes the stylesheet that it needs. Not the other way around. More... over 12 years ago
Adding the ability to customize the url where the transactions are posted to be saved More... over 12 years ago