summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-06Update link to django-mssql projectMichael Manfre
2013-03-06One more EMPTY_VALUES replacement following 22be90dd17Claude Paroz
2013-03-06Used more precise test assertions.Aymeric Augustin
2013-03-06Fixed #19994 -- Typo.Aymeric Augustin
2013-03-06Fixed #19989 -- Suppressed UnicodeWarning during BinaryField validationClaude Paroz
2013-03-04Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...Juan Pedro Fisanotti
2013-03-04Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...Javier Mansilla
2013-03-04Fixed #19464 -- Eased customization of ClearableFileInput's link markupClaude Paroz
2013-03-03Merge pull request #871 from matiasb/ticket_19945Ramiro Morales
2013-03-03Removed mentions of modeltests.Ramiro Morales
2013-03-03Removed mentions of regressiontests.Ramiro Morales
2013-03-03Release notes blurb for 804366327d728d23a9f7a25ff77a6eed3c9f9323.Ramiro Morales
2013-03-03Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_IF_INVALID.matiasb
2013-03-03Merge pull request #877 from tcarlander/masterAymeric Augustin
2013-03-03Fixed #19942 -- Decoded errors coming from Popen commandsClaude Paroz
2013-03-03Fix Typo explicitly. Fixes #19971Tobias Carlander
2013-03-03Removed unnecessary imports.Aymeric Augustin
2013-03-02Fixed #19177 -- Better layout for admin login form field labels.Pedro Mourelle
2013-03-02Fixed getting default encoding in get_system_usernameClaude Paroz
2013-03-02Fixed #16888 -- Added microseconds in localized input formatsClaude Paroz
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-03-02Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browser...Tim Graham
2013-03-02Fixed #18130 -- Made the isolation level configurable on PostgreSQL.Aymeric Augustin
2013-03-02Reordered methods in database wrappers.Aymeric Augustin
2013-03-02Add introspection support for BinaryFieldClaude Paroz
2013-03-02Added support for serializing BinaryFieldClaude Paroz
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-03-02Import `CaptureQueriesContext` from its original module.Simon Charette
2013-03-02Fixed #10399 -- Tested that o2o field updates are not constrained by an inner...Simon Charette
2013-03-02Added a context manager to capture queries while testing.Simon Charette
2013-03-01Added import forgotten in 2ee21d9.Aymeric Augustin
2013-03-01Fixed #19945 -- Fixed default User model Meta inheritance.matiasb
2013-03-01Removed unused options copy in flushClaude Paroz
2013-03-01Fixed #19960 -- Fixed sentence in contrib.auth signals docsClaude Paroz
2013-03-01Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceFieldClaude Paroz
2013-03-01Fixed #16612 -- Improved has_changed detection for localized field valuesClaude Paroz
2013-02-28Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.Aymeric Augustin
2013-02-28Fixed tests broken in 2ee21d9.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-28Fixed #19937 - Typo in class-based views intro.Tim Graham
2013-02-28Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response.Aymeric Augustin
2013-02-28Fixed #12823 -- Was already fixed in master, tests addedAnssi Kääriäinen
2013-02-281.5 is no longer "UNDER DEVELOPMENT".Florian Apolloner
2013-02-28Added a Trac-related item to the release checklist.Aymeric Augustin
2013-02-27Merge pull request #864 from ambv/realmacosxtmpAymeric Augustin
2013-02-27use the real path to fix OS X /var/folders vs. /private/var/folders mismatchŁukasz Langa
2013-02-27Made dateformat tests reactivate original languageAnssi Kääriäinen
2013-02-27Merge pull request #858 from intgr/py3kdoc-fixTim Graham
2013-02-27Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
2013-02-27Fixed a test that relied on database exceptions not being wrapped.Aymeric Augustin