0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #20 from kmmbvnr/master More... about 11 years ago
Fixed import of urls in example to work with django 1.3-1.5. Changed tox to point django version at 1.5 and not trunk now that its released More... about 11 years ago
Fix python3.3 compatibility. Close #19 More... about 11 years ago
Merge pull request #18 from stefanklug/develop More... over 11 years ago
some refactoring More... over 11 years ago
added pydevd tag, to jump into the pydev debugger More... over 11 years ago
Elaboration on each tag in /docs More... over 11 years ago
Refs #9 - First pass at adding some documentation on each template tag More... over 11 years ago
Refs #9 - First pass at documentation. Added docs directory, sphinx config and directory structure. Quick start guide is empty More... over 11 years ago
Small fix to sanity check inspect argspec tuple before using More... over 11 years ago
Fixes #17 - Improved checking of functions for argument numbers. Added targeted tests to verify accuracy. Python3 compatible More... over 11 years ago
refs #17 - Improved py2/3 compatibility of checking number of function arguments in utils.is_valid_in_template() More... over 11 years ago
Updated some docstrings for the new availables tag More... over 11 years ago
Fixes #12 - Added attributes tag and get_attributes utility function for determining the list of attributes available within a template. More... over 11 years ago
Fixes #15 - Made all tags return a string, and made the empty string the return for no op behavior (in lieu of None) More... over 11 years ago
Refs #13 - Removed function introspection tools from utils, the associated tests and the find_func tag More... over 11 years ago
Improved docstrings in test and correctness of the tests on decorated functions More... over 11 years ago
Added some tests. Factored out finding func_closure vs. __closure__. Improved Python3 compatibility More... over 11 years ago
Added tox.ini for testing different environments. First pass at Python3 compatibility More... over 11 years ago
Improved get_variables test case More... over 11 years ago
Improved some variable names and readability in utils More... over 11 years ago
Implemented FindFuncImFunc tests and improved test stubs More... over 11 years ago
Added test stubs for function finding utilities More... over 11 years ago
Broke _find_func_or_closures into smaller, more testable functions More... over 11 years ago
refs #1 - Added tests for get_details More... over 11 years ago
refs #1 - Cleaned up existing tests. Added a test for flattening generators More... over 11 years ago
refs #1 - Added tests for get_variables More... over 11 years ago
Added some files to make a working example project More... over 11 years ago
refs #1 - Added test scaffolding and a test for _flatten More... over 11 years ago
Moved implementation out of template tags file and moved into utils. Made a simple interface to the utilities by making the parent functions public More... over 11 years ago