About Understanding of source code

2013-01-06 Thread Mayur Patil
Hello there, I want to understand how to get deep insight into Django code? Thank You. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/CcvuN

Re: Minor feature: Make TestCase pass the testcase instance to self.client's constructor

2013-01-06 Thread Michael Hudson-Doyle
On 5 January 2013 05:23, Malcolm Box wrote: > > The general pattern I want to implement is have a test client that makes > assertions about all the requests made during a set of tests. For example, it > could check that every get() returned cache headers, or that content_type is > always specif

Tutorials

2013-01-06 Thread Daniele Procida
I am one of those people who can only learn things by doing them, and finds it very hard to grasp things from reference materials. The Django documentation is excellent on the latter, but not quite so good on the tutorials that would guide me through doing things in a way that will help me learn