Skip to content

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)

https://github.com/django/django/pull/4553 If have any interest
  • auvipy
  • 5
  • Opened 
    on Nov 25, 2015
  • #3

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
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub