issues Search Results · repo:dcramer/django-compositepks language:Python
Filter by
3 results
(70 ms)3 results
indcramer/django-compositepks (press backspace or delete to remove)def pks(self):
return tuple(self.pk)
self.primary_key = lambda x: x.pk.primary_key_names
where
self.primary_key = lambda x: x.pk.primary_key_names
will never be executed.
ghost
- Opened on Oct 29, 2012
- #2
Here, it reads:
if isinstance(values, dict):
for key, val in value.iteritems():
I guess that should read:
if isinstance(values, dict):
for key, val in value_s_.iteritems():
...
ghost
- Opened on Oct 29, 2012
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.