summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-10-08Merge pull request #1719 from dlo/docs/email-typosMarc Tamlyn
2013-10-08Fix grammatical errors in email documentationDan Loewenherz
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-07Re-added link to SQLite notes from DB section of install doc.Ramiro Morales
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