summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-29Misc doc cleanups.minusf
2013-07-29Allowed overriding variables in docs/Makefile.minusf
2013-07-29Fixed #20774 -- Mention the new django-localflavor app as a replacement for t...Jannis Leidel
2013-07-28Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
2013-07-28Simplified smart_urlquote and added some basic tests.Florian Apolloner
2013-07-27Moved a release note that I had accidentally misplaced in bb145e2c47d71.Julien Phalip
2013-07-27Fixed #11195 -- Added CSS classes to the changelist cells to allow style cust...Julien Phalip
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-27Fixed #18404 -- Added test for AppStaticStorage with non ascii pathFlorian Hahn
2013-07-27Fixed #18511 -- Cleaned up admin password reset template titles.Serge G. Spaolonzi
2013-07-26Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham
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-25Fixed #18315 -- Documented QueryDict.popitem and QueryDict.popmark hellewell
2013-07-25Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen
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-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
2013-07-19Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a classClaude Paroz
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
2013-07-19Merge pull request #1374 from seocam/fix_i18n_docsTim Graham
2013-07-19Merge pull request #1377 from Matt-Stevens/doc-fixes-ref-databasesTim Graham