summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-12Fixed #19808 Capitalization error in example textJonLoy
2013-02-11Added a check in the creation of IS NULL clauses.Aymeric Augustin
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
2013-02-10Updated tutorial 1 to reflect changes in default project template.Tim Graham
2013-02-10Emphasized MyISAM pseudo-requirement for GeoDjango over MySQLClaude Paroz
2013-02-10Fixed #19112 -- Reduced the amount of query params in a testAnssi Kääriäinen
2013-02-10Made Query.clear_ordering force_empty arg mandatoryAnssi Kääriäinen
2013-02-10Added a note about the default timezone and the new project template.Tim Graham
2013-02-10Fixed #19720 -- Oracle ordering related delete regressionAnssi Kääriäinen
2013-02-10Fixed #19638 -- Skipped tx support testing for some DBsAnssi Kääriäinen
2013-02-10Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-09Made modwsgi groups_for_user consistent with check_passwordPreston Holmes
2013-02-09Added tests for some sql_* management commandsClaude Paroz
2013-02-09Fixed #19699 - Removed "Please see the release notes" from versionadded/chang...Tim Graham
2013-02-09Fixed #19749 -- Documented ending param to command's self.stdout/errClaude Paroz
2013-02-08Fixed #18906 -- Ignored to-be-deleted forms in formset validate_uniqueClaude Paroz
2013-02-08Cleaned up some lingering signals in the test suite that were causing spuriou...Julien Phalip
2013-02-08Removed unneeded imports in db.models initClaude Paroz
2013-02-08Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddlewareClaude Paroz
2013-02-08Moved import in db.backends.creationClaude Paroz
2013-02-07Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-07Typo in i18n docs.Ramiro Morales
2013-02-07Fixed #19772 -- Handled APPEND_SLASH correctly in the redirects app.Aymeric Augustin
2013-02-07Changed test assertion strategy used in 04d9730.Ramiro Morales
2013-02-07Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...Ramiro Morales
2013-02-07Updated createsuperuser to use unicode_literals. Refs #19757.Florian Apolloner
2013-02-07Fixed #19706 - Tweaks to the tutorial.Tim Graham
2013-02-07Fixed #19756 - Corrected a ManyToMany example and added some links and markup.Tim Graham
2013-02-07Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin
2013-02-06Fixed a typo in the test suite that was causing some spurious failures with p...Julien Phalip
2013-02-06Fixed #19704 -- Make use of new ungettext_lazy function at appropriate placesAlexey Boriskin
2013-02-06Improved regex in strip_tagsClaude Paroz
2013-02-06Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette
2013-02-06Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-06Fixed a documentation warning introduced by 3f1c7b7Simon Charette
2013-02-05Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.Simon Charette
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed #19729 -- Removed leftover refactoring helper variables.Ramiro Morales
2013-02-04Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.Simon Charette
2013-02-04Fixed error message test assertions under Python 3.3Claude Paroz
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-04Enhanced docs and docctrings added in 869c9ba.Ramiro Morales
2013-02-04Revert "Fixed #19724 -- Output error when settings are improperly configured"Claude Paroz
2013-02-04Fixed #19724 -- Output error when settings are improperly configuredClaude Paroz
2013-02-04Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2013-02-04Fixed #19653 -- Removed `Manager.get_empty_query_set`.Simon Charette
2013-02-03Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales
2013-02-03Fixed a typo in docs/topics/auth/customizing.txtTim Graham