summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-24Randomized KEY_PREFIX in caches test to prevent failures during parallel test...Florian Apolloner
2013-11-23Merge pull request #1980 from krallin/patch-1Alex Gaynor
2013-11-23Add missing commas in Prefetch docsThomas Orozco
2013-11-23Fixed test breakage under python 3 introduced by a480f8320a5b36501bfd0e8cd70b...Baptiste Mispelon
2013-11-23Don't fail if cPickle doesn't exist.Florian Apolloner
2013-11-23Follow up to e112654fc81ddb3fbffbb8382b004d69367a85feFlorian Apolloner
2013-11-23Fixed #21486 -- Prevented settings config in signal connectionClaude Paroz
2013-11-23Fixed #21200 -- Consistantly raise errors across all cache backends.Florian Apolloner
2013-11-23A handful of flake8 fixesAlex Gaynor
2013-11-23Fixes #21412 -- Better error message for messages.add_messageDenis Cornehl
2013-11-23Simplified iteration in HTTP response objects.Aymeric Augustin
2013-11-23Allowed running the test suite without memcached (!)Aymeric Augustin
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-23Fixed #21445 -- Clean up misuse of null in quickElement.Baptiste Mispelon
2013-11-23Merge pull request #1973 from haikoschol/masterAymeric Augustin
2013-11-23Removed information about releases < 1.7.Haiko Schol
2013-11-22Improved docs for ModelFormSet.clean().Loic Bistuer
2013-11-22Noted that localmem is the default cache.mlissner
2013-11-22Removed unused import in docs/topics/http/sessions.txtTim Graham
2013-11-22Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma
2013-11-22Merge pull request #1965 from loic/ticket21491Claude Paroz
2013-11-23Fixed #21491 -- Removed documented workaround for a known issue.Loic Bistuer
2013-11-22Fixed some flake8 issuesAlex Gaynor
2013-11-22Fixed #21487 -- Session cannot store tzinfo instances anymore.Aymeric Augustin
2013-11-22Fixed sentence structure in docs/internals/contributing/triaging-tickets.txtCody Scott
2013-11-22Merge pull request #1877 from Bouke/patches/4Claude Paroz
2013-11-22Fixed missing admindocs' site_headerBouke Haarsma
2013-11-22Fixed #21460 -- Reenabled proper template precedence in find_templatePablo Martín
2013-11-21Updated admindocs to use class-based viewsClaude Paroz
2013-11-21Fixed #21405 -- Prevented queryset overwrite in BaseModelAdminClaude Paroz
2013-11-21Made minor optimizations to admin_ordering testsClaude Paroz
2013-11-21Fixed #21476 -- Cache tests make an incorrect use of `HttpRequest`Unai Zalakain
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-11-21Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-11-21Removed isinstance(RelatedObject) checks from admin.utilsAnssi Kääriäinen
2013-11-21Fixed #21431 -- GenRel->FK list_filter regression in adminAnssi Kääriäinen
2013-11-21Merge pull request #1954 from loic/ticket8261Anssi Kääriäinen
2013-11-21Refs #8261 -- Fixed regression introduced by fd219fa.Loic Bistuer
2013-11-20Fixed #21472 -- Fixed inline formsets display when parent pk is 0Claude Paroz
2013-11-20Fixed #21458 -- Made check_for_language more resistant to malformed input.Baptiste Mispelon
2013-11-20Fixed #21469 -- Allow set objects in Meta.unique_together.Baptiste Mispelon
2013-11-19Use `classmethod` as a decorator.xuxiang
2013-11-19Changed shortcuts from being a package to just being a moduleAlex Gaynor
2013-11-19Recommended setuptools in the reuseable app tutorial.Dražen Lučanin
2013-11-19Added more examples to the get_object_or_404 documentation.Baptiste Mispelon
2013-11-19Merge pull request #1943 from jantokhine/masterAlex Gaynor
2013-11-19fixed typo in builtins.txtJulia Antokhine
2013-11-19Fixed the base class note in the Date Views docs.Rocky Meza
2013-11-19Fixed #21361 -- allowed access self.value() from SimpleListFilter lookupVajrasky Kok