1
0
mirror of https://github.com/django/django.git synced 2025-03-10 09:22:46 +00:00
Moayad Mardini 393ddc10a7 Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.
While Node class has a useful `__str__`, its `__repr__` is not that
useful. Added a `__repr__` that makes use of the current `__str__`.
This is especially useful since the more popular `Q` class inherits
`tree.Node`. Also created new tests that cover most of `Node` class
functionality.
2014-05-16 09:30:25 -04:00
..
2013-12-24 12:25:17 +01:00
2013-12-10 15:12:48 -05:00
2013-12-10 15:12:48 -05:00
2014-05-08 21:49:54 +02:00
2014-05-12 07:09:53 -04:00
2014-05-08 21:50:21 +02:00
2013-12-14 11:59:15 -05:00
2014-04-21 12:27:34 +02:00
2013-12-24 12:25:17 +01:00
2014-05-08 21:49:54 +02:00
2013-12-14 11:59:15 -05:00
2014-02-28 09:54:53 +01:00