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