0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Oct 30, 2023 — Oct 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #148 from blag/master More... about 8 years ago
Rename and tweak model fields to be shorter More... about 8 years ago
Don't try to support Django 1.10 yet More... about 8 years ago
Remove autodiscover setting in favor of a separate AppConfig, a la django.contrib.admin.apps More... about 8 years ago
Update tests to use Django 1.7+ app config and remove autodiscovery from test url config More... about 8 years ago
Add the TEMPLATES setting to tests for Django 1.10+ More... about 8 years ago
Update tests to use Django 1.9 URLs More... about 8 years ago
Rewrite filter logic to be more performant and straightforward More... about 8 years ago
More flake8 fixes More... about 8 years ago
Update tests to Django >= 1.7 and their supported Python versions More... about 8 years ago
Typo fix More... about 8 years ago
Add a custom queryset with approve() and reject() methods to enable approving and rejecting multiple ModeratedObjects More... about 8 years ago
Reformat template for readability More... about 8 years ago
Add moderated_status attribute to registered classes for easy access More... about 8 years ago
Various logic fixups More... about 8 years ago
Don't try to autodiscover our own moderator.py More... about 8 years ago
Use django-model-utils to get human-readable moderation states and statuses More... about 8 years ago
Formatting fixup More... about 8 years ago
More PEP8 fixups More... about 8 years ago
Make imports explicit and relative, and reorder them according to PEP8 More... about 8 years ago
Move moderation constants into their own file so they can be imported without importing models More... about 8 years ago
Add resolve_foreignkeys option to moderator options More... about 8 years ago
Deprecate DJANGO_MODERATION_ settings in favor of just the MODERATION_ prefix More... about 8 years ago
Move autodiscover into moderation.apps and create a setting key More... about 8 years ago
FIX - from importlib import import_module More... over 8 years ago
Merge pull request #143 from sapiu/fix-inheritance More... almost 9 years ago
Fix support for inherited visibility_column More... almost 9 years ago
Merge pull request #140 from hacklabr/master More... about 9 years ago
update django-webtest to fix tests in djagno 1.8 More... about 9 years ago
fix pep8 issues More... about 9 years ago