Opinions, Feedback & Review needed for PR #8191 & Ticket #27944 -- returning pk from .get_field('pk')

2017-09-05 Thread Josh Schneier
Earlier I fixed bug #27897 that resulted in a crash when the field name 'pk' was used in an admin search filter. The fix was to special case the check for 'pk' before calling `.get_field`. Afterwards I grepped through the code base and found 3 or 4

Re: migrate id field from integer to biginter (probable bug)

2017-06-11 Thread Josh Schneier
Opened a bug here: https://code.djangoproject.com/ticket/28298 and have a working patch here: https://github.com/django/django/pull/8628 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from