summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-10-15Merge pull request #1744 from unaizalakain/ticket_7261Alex Gaynor
2013-10-15Made sqlite introspection also show views like other backendsClaude Paroz
2013-10-15Fixed #16855 -- select_related() chains as expected.Marc Tamlyn
2013-10-15Moved misplaced import in backends initClaude Paroz
2013-10-15Updated admin alert colorsRyan Allen
2013-10-15Fixed #21263 -- Fixed issue with override_settings in inherited classesClaude Paroz
2013-10-15Fixed #7603 -- Added a 'scheme' property to the HttpRequest objectUnai Zalakain
2013-10-15Merge pull request #1382 from loic/ticket19617Marc Tamlyn
2013-10-15Handle Apps with South migrations as unmigrated apps.Florian Apolloner
2013-10-14Fixed a webdesign template tag docstring to prevent parsing as metadata.Tim Graham
2013-10-15Fixed #7261 -- support for __html__ for library interoperabilityUnai Zalakain
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-14Fixed #21269 -- Don't crash when CommandError contains non-asciiClaude Paroz
2013-10-14Fixed #8620 -- Updated the Form metaclass to support excluding fields by shad...Loic Bistuer
2013-10-14Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...Loic Bistuer
2013-10-14Merge pull request #1733 from joaoxsouls/#18866Marc Tamlyn
2013-10-14Fixed #18866 -- added validation error for verbose_name longer than 39 charac...joaoxsouls
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-10-14Imported custom user classes in tests depending on itClaude Paroz
2013-10-13Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin
2013-10-13Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin
2013-10-13Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-10-12Fixed #21173 -- Stopped fixing format for date-based widgets at init timeClaude Paroz
2013-10-12Updated OpenLayers version from 2.11 to 2.13Claude Paroz
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-10-11Fixed #8918 -- Made FileField.upload_to optional.Tim Graham
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-10Sanitized test assertions in gdal testsClaude Paroz
2013-10-10Whitespace cleanup.Tim Graham
2013-10-10Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham
2013-10-10Used "is" for comparisons with None.Tim Graham
2013-10-10Removed unnecessary semicolons.Tim Graham
2013-10-09Fixed #19924 -- Fixed selectors in actions.js that did not use options.crccheck
2013-10-09Fixed regression introduced by 20472aa827669d2b83b74e521504e88e18d086a1.Baptiste Mispelon
2013-10-08Fixed #20568 -- truncatewords_html no longer splits words containing HTML ent...Jaap Roes
2013-10-08Fixed #16822 -- Added RawPostDataExceptionTim Graham
2013-10-08Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-10-08Refs #21197 -- Clarified upgrade check message.Russell Keith-Magee
2013-10-07Cleaned up admin CSS for consistency.Ryan Allen
2013-10-07Added min-width for date and time inputs in admin.Ryan Allen
2013-10-07Revert "Fixed #21241 -- Avoid extraneous JOINs in admin changelist search."Simon Charette
2013-10-07Added a link in admin branding block to admin index.Ryan Allen
2013-10-07Fixed #21241 -- Avoid extraneous JOINs in admin changelist search.Chris Adams
2013-10-07Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines.Tim Graham
2013-10-07Fixed #21236 -- Allowed migrations to work with unique_together tuples.Javed Khan
2013-10-07Fixed #21235 -- Disabled savepoints for old versions of SQLite.Aymeric Augustin
2013-10-06Improved error message while setting GeometryProxyÉtienne Loks
2013-10-05Fixed #21174 -- transaction control in related manager methodsAnssi Kääriäinen
2013-10-05Fixed #18414 -- qs.exists() for sliced distinct queriesAnssi Kääriäinen
2013-10-05Improved Query join promotion logicAnssi Kääriäinen