0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 23 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed changelog bizness from demo More... about 15 years ago
Added to demo person_type_detail.html More... about 15 years ago
Added a test for the new Org method, get_children_html More... about 15 years ago
Added basic organization_detail template, added a new method to template-specific to the Org model. More... about 15 years ago
Added manager for Position model to filter it down only those object who are associated with published Person records. This prevents a generic list from including Position records that don't have any tenures associated yet. More... about 15 years ago
Tightened up verbose names in models for consistency across admin headers More... about 15 years ago
Added permament autocount fields to the position table, and corresponding signals More... about 15 years ago
Fixed syntax error introduced by a bad find and replace More... about 15 years ago
Changed models doc to reflect switch to markup More... about 15 years ago
git added textile markup filter to entry call in person_detail page More... about 15 years ago
Added a new templatetag that pulls all the tenures for a person_object; Added it to the demo person_detail template; Wrote a corresponding test in new unittests file More... about 15 years ago
Added get_person_types_html() to Person model for detail page; Started hammering out person_detail demo template More... about 15 years ago
Added changelog url, view, template and tests More... about 15 years ago
a_matter/ More... about 15 years ago
Tuned up view_tests so they draw from get_absolute_url rather than my string formatting More... about 15 years ago
Added my email to README More... about 15 years ago
Updated docs More... about 15 years ago
Added get_ prefix to methods on Position model to match style set elsewhere in the app More... about 15 years ago
Added view_tests for demo urls, views and templates More... about 15 years ago
Fixed misnamed URL tags in detail templates More... about 15 years ago
Added list and detail pages for Person model, plus permalink on model More... about 15 years ago
Added detail urls, view and templates for demo pages; Permalink absolute_urls now added to models for PersonType and Position More... about 15 years ago
Added permalink property to Organization model and wired it to a basic list and detail page More... about 15 years ago
Added counts to templates More... about 15 years ago
Added first swipe at some basic demo urls and templates that show off the app More... about 15 years ago
Fixed the extra Organization methods for the admin, and the autocount regen as a custom save method; New tests for both in model_tests More... about 15 years ago
Broke out the mugshot as a new fieldset in the Person admin More... about 15 years ago
Added verbose name for is_public in Position model More... about 15 years ago
Added some new admin-focused methods to Position; Cleaned up its admin a bit; Wrote tests for those new methods More... about 15 years ago
Removed verbose_names item from WISHLIST More... about 15 years ago