0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped version to 0.6 More... almost 14 years ago
Do not try to serialize private model fields. Closes #20, thanks craig081785 for the report More... almost 14 years ago
Send a meaningful message to Exception.__init__. Closes gh-19. More... about 14 years ago
Fixed invalid URLs in documentation, closes gh-13 More... about 14 years ago
Updated Changelog for release 0.5 More... about 14 years ago
Added XML prologue and root element to test fixtures More... about 14 years ago
Render datetime.time objects as <string> More... about 14 years ago
Bumped version to 0.5 and updated CHANGELOG More... about 14 years ago
Render datetime.date objects as datetime.date, i.e. with T00:00:00. More... about 14 years ago
Added cocoa_tests output files to .gitignore More... about 14 years ago
Cocoa test application that reads a generated property list file, requires a functional Cocoa and gcc installation to run. More... about 14 years ago
Render datetime and time fields properly. This fixes gh-16, thanks matteorattotti More... about 14 years ago
Added tests for generic views More... about 14 years ago
Uses queryset._clone() on given queryset More... about 14 years ago
Added as_plist kwarg to render_array shortcut More... over 14 years ago
render_dict should render an empty dict on None object More... over 14 years ago
Removed spaces in output by using {% spaceless %} tag More... over 14 years ago
Escape dictionary keys as #PCDATA More... over 14 years ago
Bumped version number to 0.4 More... over 14 years ago
String content is escaped. This closes gh-11 More... over 14 years ago
Added missing CHANGELOG.txt to Manifest.in More... over 14 years ago
Fixed links in README More... over 14 years ago
Added newline to fix restructuredText in setup.py More... over 14 years ago
Added missing comma in classifier list More... over 14 years ago
Added long_description which reads from CHANGELOG.txt. More... over 14 years ago
Tag raises error on non-model instances without as_plist method. Closes gh-3 More... over 14 years ago
deleted unnecessary test_settings module More... over 14 years ago
deleted remaining empty nosetests file More... over 14 years ago
ported the remaining model field tests to unittest More... over 14 years ago
converted tests of basic types to unittest More... over 14 years ago