1
0
mirror of https://github.com/django/django.git synced 2025-01-31 20:59:17 +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
..