summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-02-23Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to upd...Tim Graham
2013-02-23Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov
2013-02-23Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and Mode...Tim Graham
2013-02-23Fixed #17094 - Typo in class-based views doc.Tim Graham
2013-02-23Merge pull request #749 from ecabuk/masterHonza Král
2013-02-23Remove the exact Postgresql version number from gis install documentationEvrim Çabuk
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-02-22Documented jQuery upgradeClaude Paroz
2013-02-20Clarified the language used in the documentation. Thanks to Mike Smith for th...Alex Gaynor
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-19Fixed #19852 - Updated admin fieldset example for consistency.Tim Graham
2013-02-19Updated a couple admonitions to use the warning directive.Tim Graham
2013-02-16Fixed #19824 - Corrected the class described for Field.primary_key from Integ...Tim Graham
2013-02-16Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
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-08Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddlewareClaude Paroz
2013-02-07Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-07Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.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-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales
2013-02-02Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(...Nick Sandford
2013-02-01Small generic FK docs tweaks.Ramiro Morales
2013-02-01Fixed content types contrib app doc typos.Ramiro Morales
2013-02-01Fix rst syntax error.Aymeric Augustin
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-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.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-29Fixed typos in docs and commentsTim 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
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-25Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-24Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...Ramiro Morales
2013-01-24Fixed a typo.Florian Apolloner
2013-01-24Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...Nick Sandford
2013-01-23Fixed #19610 - Added enctype note to forms topics doc.Tim Graham
2013-01-22Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
2013-01-22Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham