summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-27Merge pull request #1226 from bmispelon/ticket-20505Tim Graham
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-05-27Fixed #20507 -- SubqueryConstraint alias handlingAnssi Kääriäinen
2013-05-27Fixed #12491 -- Tweak checkbox widget help text alignment on the admin.Ramiro Morales
2013-05-27Reimplemented PostGIS spatial_version with cached_propertyClaude Paroz
2013-05-27Fix #20505: Typo in BinaryField documentation.Baptiste Mispelon
2013-05-27Fixed URL for six inventory.Aymeric Augustin
2013-05-27Fixed #20508 -- ReST typo.Aymeric Augustin
2013-05-27Fixed #20507 -- SubqueryConstraint alias relabelingAnssi Kääriäinen
2013-05-27Merge pull request #1224 from yishaibeeri/masterAymeric Augustin
2013-05-27Patch for ticket #20506 - documentation typeyishaibeeri
2013-05-27Merge pull request #1217 from erikr/better-settings-errors2Claude Paroz
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-26Fixed get_or_create...test_savepoint_rollback test for Python3Shai Berger
2013-05-26Fix get_or_create test failure under OracleShai Berger
2013-05-25Fixed #20443 -- Import errors in settings cause confusing error messagesErik Romijn
2013-05-25Fixed #19938 -- Consumed iterator only once in paginator's PageAndrew Jesaitis
2013-05-25Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon
2013-05-25Fixed #11725 -- Made possible to create widget label tag without "for"Claude Paroz
2013-05-25Updated translation catalogsClaude Paroz
2013-05-25Fixed some minor translation-related issuesClaude Paroz
2013-05-25Fixed #20455 -- Do not use ngettext for undefined pluralsMarc Egli
2013-05-25Removed obsolete attribute of DjangoTranslationClaude Paroz
2013-05-25Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddlewareClaude Paroz
2013-05-25Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma
2013-05-24Rotate CSRF token on loginAndrew Godwin
2013-05-24Fixed a regression in router initializationClaude Paroz
2013-05-24Fixed #20492 - Removed a broken link in GIS docs.Tim Graham
2013-05-24Merge pull request #1210 from alasdairnicol/jquery_cookie_plugin_linkTim Graham
2013-05-24Merge pull request #1209 from tax/masterPreston Holmes
2013-05-24Updated my bioBrian Rosner
2013-05-24Update link to jQuery Cookie plugin siteAlasdair Nicol
2013-05-24Link to active fork for ODBC backendPaul Tax
2013-05-24Optimisation in prefetch_related_objectsLuke Plant
2013-05-24Fixed #19607 - prefetch_related crashLuke Plant
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-23Removed noise from pre_syncdb signal testsDonald Stufft
2013-05-23Fixed #20316 - Clarified transaction behavior of TestCase.Tim Graham
2013-05-23Added back a link to docs/internals/committers.txtTim Graham
2013-05-23Update my employer.Alex Gaynor
2013-05-23Fixing some FIXMEs in howto-release-django. Refs #20082Andrew Godwin
2013-05-23Delayed settings.DATABASE_ROUTERS usage by ConnectionRouterClaude Paroz
2013-05-23Delayed settings.DATABASES usage by ConnectionHandlerClaude Paroz
2013-05-23Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz
2013-05-23Fixed #20417 - Noted that a server restart is required to load new templateta...Tim Graham
2013-05-23Fixed #20482 - Added a file reference in tutorial 3.Tim Graham
2013-05-23Fixed #20080 - Recommended use of PYTHONHASHSEEDTim Graham
2013-05-23Fixed #19237 (again) - Made strip_tags consistent between Python versionsClaude Paroz