0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the Django dependancy to 1.0.X. More... over 15 years ago
Not sure why this is in here. Commenting it out should fix a sqlite issue. This whole thing makes no sense but I must override _cursor. More... over 15 years ago
Removed the auth tests that were switched around right before 1.0. Need to bring them back later. More... over 15 years ago
made some tests pass. This patch also fixes a typo in a command line and adds a missing import. Thanks Leandro Lameiro. More... over 15 years ago
Fixed a couple of the values tests by handling the fk_id condition properly. More... over 15 years ago
More cleanup items to get tests to pass. More... over 15 years ago
Minor changes to figure out how to get save to work. More... over 15 years ago
Got the backend introspection tests to pass. More... over 15 years ago
Changes to get tests running again due to Django refactor of backends. More... over 15 years ago
added test for query utils but haven't fleshed it out yet. It may not be necessary. More... almost 16 years ago
added tests for reverse and values. Still failing tests with values because of big SA changes. new assert and requires decorator. More... almost 16 years ago
moved comment because of spec plugin. More... almost 16 years ago
added new tests for model save. Overridding save fails, but now I have a test to prove it. More... almost 16 years ago
refactored query_utils to consolidate join code. More... almost 16 years ago
modified install information and moved testing to docs to make things consistent. More... almost 16 years ago
added in templates for auth so tests would work. More... almost 16 years ago
added in django.contrib.auth tests More... almost 16 years ago
Added test for EmptyManager. Found problem in Manager mixin from test and corrected. More... almost 16 years ago
added new custom managers tests. Added another assert to clean things up. More... almost 16 years ago
corrected syncdb to run app management files prior to creating tables. Also added ability to fire signals on after-create. More... almost 16 years ago
fixed one to many test across foreign key where naming is different. More... almost 16 years ago
Changed Session to session since it's an actual instance. Added new events application used to test foreign key relationships where the names don't match up. Tests still fail but identify the problem. More... almost 16 years ago
removed onupdate from DateField to get around inheritance problem with fields. Not a good permanent solution. More... almost 16 years ago
Fixed up INSTALL notes. More... almost 16 years ago
fixed a problem with inherited fields. The fix isn't perfect but right now it appears to work. More... almost 16 years ago
finally got class replacement working for models and fields. More... almost 16 years ago
More work on this motha. More... almost 16 years ago
more futzing with fields and maxlength hell. More... almost 16 years ago
got base stuff to do class replacement as far as I can tell. Now working on Fields. More... almost 16 years ago
modifications to use MixIn capability for class replacement to models. More... almost 16 years ago