summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-26Fix Python 3 supportAndrew Godwin
2013-07-26Fix "OK" alignment in migrate outputAndrew Godwin
2013-07-26Add --fake option to migrateAndrew Godwin
2013-07-26Fix timezone warnings if USE_TZ=TrueAndrew Godwin
2013-07-26Prettier importsAndrew Godwin
2013-07-26Use new transaction API in syncdb section of migrateAndrew Godwin
2013-07-26Remove nasty error message checking hackAndrew Godwin
2013-07-26A bit more documentationAndrew Godwin
2013-07-26Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham
2013-07-26Fixed related model lookup regressionAnssi Kääriäinen
2013-07-26Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer
2013-07-25Fixed handling of template loader tests.Carl Meyer
2013-07-25Added versionadded directive missing from b7bd708.Aymeric Augustin
2013-07-25Fixed #20769 -- Added "Python compatibility" section to the 1.6 release notes.Tim Graham
2013-07-25Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.Tim Graham
2013-07-25Add test for creating M2MsAndrew Godwin
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-25Fixed #18315 -- Documented QueryDict.popitem and QueryDict.popmark hellewell
2013-07-25Small start to migrations documentationAndrew Godwin
2013-07-25Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen
2013-07-25Add tests for the migrate command and fix a bug they exposedAndrew Godwin
2013-07-25Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.Brenton Cleeland
2013-07-24Fixed #18168 -- clarified precedence of validationPreston Holmes
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-24Fixed #19941 -- Modified runtests.py to make running the tests easier.Anssi Kääriäinen
2013-07-24Merge pull request #1395 from funkbit/masterMarc Tamlyn
2013-07-24Fixed typo in Custom management commands documentation.Jon Lønne
2013-07-24Fixed #14300 -- Fixed initial SQL location if models is a package.Tim Graham
2013-07-24Fixed #20794 -- Documented changes to validate_emailDominic Rodger
2013-07-23Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objectsTim Graham
2013-07-23Fixed #20761 -- Reworded ForeignKey default error messageersran9
2013-07-23Fixed test failures introduced in e716518ad29898fb25c820023aaf2fdd1c9eb4afTim Graham
2013-07-23Fixed #19900 -- Updated admin buttons to use CSS3 rounded corners.Pedro Mourelle
2013-07-23Fixed #20760 -- Reduced timing variation in ModelBackend.Aymeric Augustin
2013-07-23Fixed #20761 -- Fixed DatabaseError handling in get_or_create and update_or_c...Loic Bistuer
2013-07-23Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev
2013-07-23Minor change to get_extra_descriptor_filter()Anssi Kääriäinen
2013-07-23Fixed #20788 -- exclude() generated subquery failureAnssi Kääriäinen
2013-07-23Fixed #20782 -- qs.values().aggregate() failureAnssi Kääriäinen
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-07-22Make multi-app-cache tests work againAndrew Godwin
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-22Merge pull request #1390 from garnertb/masterMarc Tamlyn
2013-07-22Fixed small grammatical error in docstring.Tyler Garner
2013-07-22Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz
2013-07-22Fixed #20781 -- Fixed _has_changed regression with MultiValueFieldClaude Paroz
2013-07-21Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates...Thomas Sorrel
2013-07-21Fixed an email validation regressionClaude Paroz
2013-07-21Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
2013-07-19Fixed #20765 -- Set small values of `step` using exponential notation.Simon Charette