1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00
Alex Gaynor 8f002867b2 Cleaned up the QueryDict implementation.
- Use super().
- Don't poke at internals.
- Don't override methods for no reason.
2012-07-14 14:07:11 -07:00
..