0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Nov 08, 2024 — Nov 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
check for group before assuming it is there in GroupBase.get_url_kwargs More... almost 15 years ago
improved error message when group generic foreign key does not exist More... over 15 years ago
0.1.dev10 More... over 15 years ago
when looking up the GFK field we now support content_objects join parameter More... over 15 years ago
accept gfk_field in GroupBase.associate More... over 15 years ago
0.1.dev9 More... over 15 years ago
renamed GroupMiddleware to GroupAwareMiddleware More... over 15 years ago
0.1.dev8 More... over 15 years ago
fixed prefixing URL names for urlconf_aware=False cases More... over 15 years ago
0.1.dev7 More... over 15 years ago
allow a custom generic foreign key name for group fk in content models More... over 15 years ago
0.1.dev6 More... over 15 years ago
better name for parameter to prevent future confusion More... over 15 years ago
always use the model from the queryset in GroupBase.content_objects as the value passed in isn't always a model More... over 15 years ago
attaching GroupRequestHelper works correctly now More... over 15 years ago
added GroupMiddleware which will help reduce boilerplate code in content apps More... over 15 years ago
added urlconf_aware to ContentBridge to handle bridges that won't ever call include_urls More... over 15 years ago
fixed some bugs in get_group More... over 15 years ago
0.1.dev5 More... over 15 years ago
pull group GFK from the correct model More... over 15 years ago
lookup group GFK field name instead of hard-coding object_id and content_type More... over 15 years ago
0.1.dev4 More... almost 16 years ago
Removed NestedGroupBase in favor of using GroupAware mixin More... almost 16 years ago
created GroupBase and NestedGroupBase to make it simpler to make a subclass a Group More... almost 16 years ago
fixed typo More... almost 16 years ago
0.1.dev2 More... almost 16 years ago
modified version syntax to conform to PEP 386 More... almost 16 years ago
bring back null=True and blank=True for GroupAware More... almost 16 years ago
added Meta.abstract = True to GroupAware mixin More... almost 16 years ago
no need for blank=True when null=False More... almost 16 years ago