summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-02-12Fixed #19808 Capitalization error in example textJonLoy
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-10Added a note about the default timezone and the new project template.Tim Graham
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 #19779 -- Checked contrib.sites presence in RedirectFallbackMiddlewareClaude 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 #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 #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 a documentation warning introduced by 3f1c7b7Simon Charette
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.Simon Charette
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-04Enhanced docs and docctrings added in 869c9ba.Ramiro Morales
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
2013-02-02Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...Julien Phalip
2013-02-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales
2013-02-02Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...Julien Phalip
2013-02-02Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(...Nick Sandford
2013-02-02Fixed #19700 - Added documentation for BoundField.field.Tim Graham
2013-02-01Small generic FK docs tweaks.Ramiro Morales
2013-02-01Fixed content types contrib app doc typos.Ramiro Morales
2013-02-01Merge pull request #682 from LucianU/masterTim Graham
2013-02-01Avoided ambiguous output when runserver port is already in use.Aymeric Augustin
2013-02-01Fix rst syntax error.Aymeric Augustin
2013-02-01Added myself to core developpersSimon Charette
2013-02-01Documented ArchiveIndexView's date_list context variable.Aymeric Augustin
2013-02-01Fixed #19715 -- Simplified findstatic output when verbosity set to 0Matt Robenolt
2013-02-01Fixed #19714 -- Updated documentation about TemplateView contextClaude Paroz
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-31Attempted to reduce version mismatch problems in the tutorial.Aymeric Augustin
2013-01-30Changed "versionadded" after the decision to backport.Aymeric Augustin
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-30Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-29Fixed #19690 - Removed unused importLucian Ursu
2013-01-29Updated metrics on the documentation.Aymeric Augustin
2013-01-29Fixed #19683 - Added a missing import in signing example.Tim Graham
2013-01-28Added HTML5 url input typeClaude Paroz
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-27Fixed two malformed links.Tim Graham