summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-13Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...Julien Phalip
2011-10-13Fixed a missed typo in the 1.4 release notes. Oops.Carl Meyer
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to a...Carl Meyer
2011-10-12Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...Alex Gaynor
2011-10-12Convert the contettypes tests to use self.assertNumQueries, rather than hand ...Alex Gaynor
2011-10-11Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...Carl Meyer
2011-10-11Fixed some tests from r16934 to be auto-id-independent.Carl Meyer
2011-10-11Simplify some code to have one loop, rather than two.Alex Gaynor
2011-10-11Corrected a reST formatting problem in the queryset reference docs.Gabriel Hurley
2011-10-11Change some string literals to be unicode, because:Alex Gaynor
2011-10-10Fixed #9460 -- Added template blocks for submit buttons rows in admin app mod...Ramiro Morales
2011-10-10Removed use of non-standard indentation rules in docs, and the custom transfo...Luke Plant
2011-10-10Fixed a bunch of ReST errors that resulted in interpretation as block quotationsLuke Plant
2011-10-10Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...Julien Phalip
2011-10-10Made fix for quote characters with SmartPants + parsed literal blocks conditi...Ramiro Morales
2011-10-09Fixed #17019 -- Fixed a minor margin issue in multi-field admin form rows for...Julien Phalip
2011-10-08Fixed #16873 - Added dummy database backend in default settings, so that just...Carl Meyer
2011-10-08Fixed some ReST errors in docs.Luke Plant
2011-10-08More efficient IN clauses for prefetch_related queries by use of sets to elim...Luke Plant
2011-10-08Made the tests introduced in r16942 use old-style class decoration to run wit...Julien Phalip
2011-10-08Fixed #17011 - Made override_settings modify a decorated class in-place rathe...Carl Meyer
2011-10-07Moved myself in the primary authors section.Aymeric Augustin
2011-10-07Fixed #17014 - added protection against infinite recursion.Luke Plant
2011-10-07Fixed #17003 - prefetch_related should support foreign keys/one-to-oneLuke Plant
2011-10-07Corrected backwards middleware-ordering note in flatpage documentation.Carl Meyer
2011-10-07Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...Carl Meyer
2011-10-07Fixed typo in r16935. Refs #17012.Aymeric Augustin
2011-10-07Fixed #17012 - Removed references to the 'hasNoProfanities' validator. Refs #...Aymeric Augustin
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-10-06Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...Aymeric Augustin
2011-10-06Fixed #16988 - Clean up the deprecation timeline for language consistency. Th...Carl Meyer
2011-10-06Removed ForeignRelatedObjectsDescriptor.RelatedManager.delete_manager, which ...Luke Plant
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant
2011-10-05Fixed #16902 - select_related() results in a poor perfomanceLuke Plant
2011-10-05Fixed #16990 -- Fixed a couple of small docstring typos in the `django/test/t...Julien Phalip
2011-10-05Very small docstring correction.Luke Plant
2011-10-05Fixed #16987 -- Improved error message for session tests. Thanks jMyles and D...Paul McMillan
2011-10-04Fixed #16985 -- corrected a few grammar errors in the docs.Alex Gaynor
2011-10-04Fixed #16971 - Made the parsing of javascript files by 'makemessages' much fa...Aymeric Augustin
2011-10-04Added self to committers.Aymeric Augustin
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-10-02Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...Ramiro Morales
2011-10-01Attempted to sort new features in 1.4 release notes into related topicsLuke Plant
2011-09-30Fixed #16645: fixed a broken test to work in Oracle.Ian Kelly
2011-09-30Fixed #8160 -- Made sure `modelformset_factory` takes in account `fields' and...Ramiro Morales
2011-09-30Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...Luke Plant
2011-09-30Fixed #14270 - related manager classes should be cachedLuke Plant
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-29Made GenericRelatedObjectManager consistent with other related managers w.r.t...Luke Plant
2011-09-29Cleanups to related manager code, especially in use of closures.Luke Plant