summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-19Fixed #15179 -- middlewares not applied for test client login()Unai Zalakain
2013-11-18Fixed typo in topics/http/sessions.txt.Tim Graham
2013-11-18Fixed some Signal.disconnect calls from 058e434.Loic Bistuer
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-18Added more internal links in the management command documentation.Baptiste Mispelon
2013-11-18Merged the signals and signals_regress test packages.Loic Bistuer
2013-11-18Fixed #21397 -- Re-added flexibility to TypedChoiceField coercionClaude Paroz
2013-11-18Added release note for TypedChoiceField coerce limitationClaude Paroz
2013-11-18Fixed #21240 -- Added 1.5 release note for OneToOneField/select_related change.Tim Graham
2013-11-18Fixed #21404 -- Added session.set_expiry() note to 1.6 release notes.Tim Graham
2013-11-17Merge pull request #1931 from funkybob/admin-image-optChris Beaven
2013-11-18Optimise admin imagesCurtis Maloney
2013-11-17Updated 1.6.1 release notesClaude Paroz
2013-11-16Fixed a regression caused by fix for #21428Anssi Kääriäinen
2013-11-16Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
2013-11-16Moved import at proper place in contrib.sitesClaude Paroz
2013-11-16Fixed #21447 -- Restored code erroneously removed in 20472aa827669d2b83b74e52...Baptiste Mispelon
2013-11-15Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
2013-11-15Fixed #21415 -- Replaced escape sequence by literal non-breaking spaceglts
2013-11-15Configure settings sooner in makemessagesClaude Paroz
2013-11-15Clarified MySQL Connector note.DanSears
2013-11-15Fixed #21425 -- Made order in which loggers are introduced consistent.Tim Graham
2013-11-15Fixed the use of the -ise suffix, where -ize is preferedAlex Gaynor
2013-11-15Merge pull request #1921 from loic/ticket21432Alex Gaynor
2013-11-15Fixed #21440 -- Typo in topics/http/shortcuts.txtTim Graham
2013-11-15Fixed typo and slightly improved error message when db is missing time zone d...Loic Bistuer
2013-11-14Added backported fixes to 1.6.1 release notes.Baptiste Mispelon
2013-11-14Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.Loic Bistuer
2013-11-14Merge pull request #1920 from mattrobenolt/unboundlocalerrorAymeric Augustin
2013-11-14Propagate get_user_model exception from get_userMatt Robenolt