1
0
mirror of https://github.com/django/django.git synced 2025-03-11 01:42:35 +00:00
André Ericson 1e5e2a4707 Fixed #22064 -- Add check for related_name
Validates that related_name is a valid Python id or ends with a '+' and
it's not a keyword. Without a check it passed silently leading to
unpredictable problems.

Thanks Konrad Świat for the initial work.
2014-10-04 20:47:26 -03:00
..
2014-08-18 13:44:10 -04:00
2014-09-29 08:13:40 -04:00
2014-09-24 06:32:42 -04:00
2014-09-29 08:13:40 -04:00
2014-09-09 20:55:57 +02:00
2014-02-28 09:54:53 +01:00
2014-09-30 13:24:20 -04:00