summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-15Fixed #21006 -- Added example code for overriding methods on an InlineFormSet.Tianyi Wang
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 #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler
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-14Close file after tests added in 945e033a69.Ramiro Morales
2013-10-14Added flake8 info to setup.cfg.Tim Graham
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque
2013-10-14Fixed #20962 -- Documented that template tag render() may raise exceptions.Bouke Haarsma
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-14Clarfied the ModelForm docs with respect to generated vs. declared fields.Loic Bistuer
2013-10-14Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
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 #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-10-14Fixed #21027 -- Updated tutorial 5 docs to link to management shell command p...Max Vizard
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-10-14Amend my description in committers.txt.Marc Tamlyn
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-12Forms docs: More emphasis in 'id' value customizability.Ramiro Morales
2013-10-12Updated OpenLayers version from 2.11 to 2.13Claude Paroz
2013-10-11Fixed #15582 -- Documented how TransactionTestCase.multi_db affects fixtures.Tim Graham
2013-10-11Fixed errors in 848101bf1736d1c01eb86968e85a14c7466bb376Tim Graham
2013-10-11Minor edits to docs/topics/db/queries.txt.Cody Scott
2013-10-11Added tests for URLValidator schemes.Sascha Peilicke
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-10Small improvements to docs/topics/db/models.txtCody Scott
2013-10-10Sanitized test assertions in gdal testsClaude Paroz
2013-10-10Whitespace cleanup.Tim Graham
2013-10-10Fixed an undefined variable and clarified the purpose of a test.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 #21222 - Documented that 'default' and 'other' must be different databa...Tim Graham
2013-10-09Fixed #19924 -- Fixed selectors in actions.js that did not use options.crccheck
2013-10-09Fixed grammar/typos in auth customization docsClaude Paroz
2013-10-09Fixed regression introduced by 20472aa827669d2b83b74e521504e88e18d086a1.Baptiste Mispelon
2013-10-09Fixed #21243 -- Corrected exception message in multiple database tests.Russell Keith-Magee