summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-28Note about static files dirs paths on Windows.Ramiro Morales
2013-09-28Fixed #21162 -- Better emulation of staticfiles middleware.Ramiro Morales
2013-09-28Fixed #21187 -- Import CursorWrapper from django.db.backend.utilsAnssi Kääriäinen
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-28Fixed #21186: Fixed regression when using date fields in the admin's list_fil...Baptiste Mispelon
2013-09-27Fixed malformed directive in CBV date-based-mixins docs.Carl Meyer
2013-09-27Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-26Added missing word in bio update.Preston Holmes
2013-09-26Updated my bio.Preston Holmes
2013-09-26Enforce ordering on PostgreSQL get_constraints cols (refs #21134)Andrew Godwin
2013-09-26Fixed #21146 - DatabaseCache converts expires to python valueMichael Manfre
2013-09-26Fix Python 3.2 compatiblity by removing unicode literals.Simon Charette
2013-09-25Fixed #20364 -- Changed urlize regexes to include quotation marks as punctation.Giles Richard Greenway
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-25Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-25Fixed wording in unit tests documentation.Baptiste Mispelon
2013-09-25Add reverse_code optional argument to RunPythonAndrew Godwin
2013-09-25Updated a code block to use the emphasize-lines Sphinx optionTim Graham
2013-09-25Remove most errors when running migration tests twiceAndrew Godwin
2013-09-25Allow callables as the argument to RunPythonAndrew Godwin
2013-09-25Make sqlmigrate ignore the RunPython operationAndrew Godwin
2013-09-25Add RunPython migration operation and testsAndrew Godwin
2013-09-25Add equality support for Project/ModelStateAndrew Godwin
2013-09-24Added '*' to quote_cacheAnssi Kääriäinen
2013-09-24Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-09-24Revert "Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-24Fixed #18333 - Quoted annotated column namesMichael Manfre
2013-09-24Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-24Merge pull request #1675 from NiGhTTraX/typoFixPreston Holmes
2013-09-24Fix small grammatical error in comment.Andrei Picus
2013-09-24Marked PermissionsMixin.user_permissions help_text for translationMichał Lech
2013-09-24Properly marked skipped GIS tests as skippedClaude Paroz
2013-09-24Reformatted some GIS distance testsClaude Paroz
2013-09-24Fixed #21151 -- Bad cleanup in schema M2M repoint testAndrew Godwin
2013-09-24Isolated select_for_update tests a bit more.Florian Apolloner
2013-09-24Removed double import in mysql base.pyClaude Paroz
2013-09-23Removed extra p (topppings->toppings)Brett Koonce
2013-09-23Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23Fixed test suite bisection on Python 3.Simon Charette
2013-09-23Fixed #21001 -- Added a regression test for empty string exclusion on Oracle.Simon Charette
2013-09-23Fixed #21070 -- Added a more complex database configuration example.Louis Fill
2013-09-23Fixed #14028 - Added validation for clashing db_columns.Helen ST
2013-09-23Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
2013-09-23Fixed #21140 -- Added 'Using cached sessions' to the performance guide.Åke Forslund
2013-09-23Fixed #21120 -- Added more explicit text on using validators and link to writ...Ben Huckvale
2013-09-23Fixed #21702 -- Added different bullet styles for nested lists.Tim Garner
2013-09-22Stopped a test from executing queries at the module level.Florian Apolloner
2013-09-22Translated a test to English for consistency.Aymeric Augustin
2013-09-22Fixed "Address already in use" from liveserver.Florian Apolloner