10
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoided calling distinct on annotated fields in SearchFilter. (#6240) More... over 6 years ago
Add negation ~ operator to permissions composition (#6361) More... over 6 years ago
Fix DeprecationWarning in tests when accessing collections.abc classes via collections (#6473) More... over 6 years ago
Added lazy evaluation to composed permissions. (#6463) More... over 6 years ago
Allowed Q objects in limit_choices_to introspection. (#6472) More... over 6 years ago
Fix DeprecationWarning when accessing collections.abc classes via collections (#6268) More... over 6 years ago
Update filtering docs (#6467) More... over 6 years ago
Corrected link to ajax-form library. More... over 6 years ago
Added SearchFilter.get_search_fields() hook. (#6279) More... over 6 years ago
Adjusted field `validators` to accept iterables. (#6282) More... over 6 years ago
Doc’d requirement to implement has_object_permission() (#6462) More... over 6 years ago
Made templates compatible with session-based CSRF. (#6207) More... over 6 years ago
Merge pull request #6460 from michael-k/docs-py3-compat More... over 6 years ago
Fix Python 3 compat in documentation More... over 6 years ago
Add Python 3.7 to classifiers. (#6458) More... over 6 years ago
Added tests for generateschema management command. (#6442) More... over 6 years ago
Document support for Django 2.2. More... over 6 years ago
Remove Django 2.2 from allowed failure. More... over 6 years ago
Add migration for generic relations Tag model. More... over 6 years ago
Correct 3rd-party-packages link in issue template. More... over 6 years ago
Add migration for CustomToken test model. More... over 6 years ago
Fix search filter tests against Django 2.2. More... over 6 years ago
Update tox to use Django 2.2b2. More... over 6 years ago
Merge pull request #6454 from johnthagen/patch-1 More... over 6 years ago
Fix typo in caching docs More... over 6 years ago
Fix tutorial instruction to also add pyyaml (#6443) More... over 6 years ago
Fix throttling documentation for specifying alternate caches (#6446) More... over 6 years ago
fix for a couple of missing words (#6444) More... over 6 years ago
Fix typo: 'what' to 'that' (#6437) More... over 6 years ago
Updated example models to use `__str__` in relations docs. (#6433) More... over 6 years ago