• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

carljm / django-model-utils / 8

Builds Branch Commit Type Ran Committer Via Coverage
8 master Merge branch 'master' of github.com:carljm/django-model-utils * 'master' of github.com:carljm/django-model-utils: Add badge for Travis CI to README file Fix BooleanField default (for Django trunk) push 05 Jun 2014 04:11PM UTC carljm travis-ci pending completion   set done
9 master Updated changelog. push 05 Jun 2014 04:05PM UTC carljm travis-ci pending completion   set done
318 master Django 1.4 doesn't raise DoesNotExist for reverse OneToOnes Pull #127 27 May 2014 07:02PM UTC kezabelle travis-ci pending completion   set done
317 master Django 1.4 doesn't raise DoesNotExist for reverse OneToOnes Pull #127 22 May 2014 04:53PM UTC kezabelle travis-ci pending completion   set done
316 master Add test that may not do anything. I'm not sure this test is actually useful: it's designed to show the interaction of select_subclasses and instance_of, but I don't think it adds much value. Pull #133 22 May 2014 12:13PM UTC schinckel travis-ci pending completion   set done
315 master Okay, now we are getting somewhere. By itself, .instance_of(*models) will actually call select_subclasses(*models), which results in just those objects being cast to subclasses. However, if you want the casting to grandchildren (which is support... Pull #133 22 May 2014 12:02PM UTC schinckel travis-ci pending completion   set done
314 master Remove dead code, add comments. Pull #133 22 May 2014 11:35AM UTC schinckel travis-ci pending completion   set done
313 master WIP: this fails on django < 1.6 I think this is actually related to the issue related in #23. Pull #133 20 May 2014 11:29AM UTC schinckel travis-ci pending completion   set done
312 master Add tests to show we actually do correctly filter the objects. Pull #133 16 May 2014 01:21PM UTC schinckel travis-ci pending completion   set done
310 master Add ability to filter an InheritanceQuerySet by model. This is based upon the feature in django-polymorphic, where you can do: SuperClass.objects.instance_of(SubClass) This will result in only objects of the subclass being fetched. Note: t... Pull #133 16 May 2014 10:56AM UTC schinckel travis-ci pending completion   set done
309 master Note pickle support for FieldTracker in change log push 13 May 2014 09:36PM UTC treyhunner travis-ci pending completion   set done
308 master Note FieldTracker signal rules in documentation push 13 May 2014 09:28PM UTC treyhunner travis-ci pending completion   set done
307 master Use a signal handler instead of patching save. References #83. Instead of patching the save method of a tracked model class, we can use a signal handler on post_save, which means we can still pickle our model class. Note we can't just listen fo... Pull #130 12 May 2014 05:10AM UTC schinckel travis-ci pending completion   set done
306 master Merge pull request #129 from folz/django-1.7-migrations Django 1.7 migrations support for MonitorField and StatusField push 28 Apr 2014 05:41PM UTC carljm travis-ci pending completion   set done
305 master Fix bug where you could only run makemigrations once without error. Pull #129 25 Apr 2014 09:19PM UTC folz travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 24
  • 25
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc