summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-11-25Fixed #21489 -- Make formsets directly importable from django.forms.Loic Bistuer
2013-11-25Fixed #21509 -- Removed dead exception catching code.Krzysztof Jurewicz
2013-11-24flake8 fixesAlex Gaynor
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-24Fixed #21497 -- Forced conversion to bytes for very long index namesJoel Bohman
2013-11-24Fixed #21500 -- Removed imports of deprecated utils.importlibBaptiste Mispelon
2013-11-24Properly closed cache connections at the end of the request.Florian Apolloner
2013-11-24Fixed #21504 -- Don't shadow database errors when testing for postgis version.Baptiste Mispelon
2013-11-23Follow up to e112654fc81ddb3fbffbb8382b004d69367a85feFlorian Apolloner
2013-11-23Fixed #21486 -- Prevented settings config in signal connectionClaude Paroz
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-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-22Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma
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-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-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-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 #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-18Fixed #21397 -- Re-added flexibility to TypedChoiceField coercionClaude Paroz
2013-11-18Optimise admin imagesCurtis Maloney
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 #21415 -- Replaced escape sequence by literal non-breaking spaceglts
2013-11-15Configure settings sooner in makemessagesClaude Paroz
2013-11-15Fixed the use of the -ise suffix, where -ize is preferedAlex Gaynor
2013-11-15Fixed typo and slightly improved error message when db is missing time zone d...Loic Bistuer
2013-11-14Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.Loic Bistuer
2013-11-14Propagate get_user_model exception from get_userMatt Robenolt
2013-11-13Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'Loic Bistuer
2013-11-12Fixed typo in lru_cache.py; refs #21351.Vajrasky Kok
2013-11-11Flake8 fixes -- including not runnign flake8 over a backported fileAlex Gaynor
2013-11-11Merge pull request #1907 from Bouke/tickets/21388Claude Paroz
2013-11-11Fixed #21423 -- Fixed typo in widgets.py.Baptiste Mispelon
2013-11-11Fixed #21421 -- Added level_tag attribute on messages.Sjoerd Langkemper