summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-02-23Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz
2013-02-23Updated example to use staticfiles static template tag, thanks reinout for th...Tim Graham
2013-02-23Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to upd...Tim Graham
2013-02-23Updated static file example in overview to use static template tag, refs #19675.Tim Graham
2013-02-23Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov
2013-02-23Fixed #19675 - Added mention of static files to overview.Tim Graham
2013-02-23Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and Mode...Tim Graham
2013-02-23Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
2013-02-23Fixed #17094 - Typo in class-based views doc.Tim Graham
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
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-20Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
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-19Merge pull request #739 from JustinTArthur/ticket-19855Tim Graham
2013-02-19Fixed #19728 - Updated API stability doc to reflect current meaning of "stable".Tim Graham
2013-02-19Fixes typo introduced by django/django@08dc90bccf7c4ffa8b04064d74b54c1150af5f...Justin Turner Arthur
2013-02-19Merge pull request #737 from hrbonz/docs_CBV_generic_views_typoTim Graham
2013-02-19Update 1.5 release notes for XML and formset fixes.Carl Meyer
2013-02-19Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
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-19Fixed #18789 - Fixed some text wrap issues with methods in the docs.Tim Graham
2013-02-19Update docs/topics/class-based-views/generic-display.txtStefan "hr" Berder
2013-02-18Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
2013-02-18Corrected INSTALLED_APPS syntax in 1.5 release notes.Simon Meers
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-16Removed a misleading examples from documentations ala ticket #19719Alex Hunley
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-16Refs #14881 -- Document that User models need to have an integer primary key.Russell Keith-Magee
2013-02-15Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...Russell Keith-Magee
2013-02-14Fixed #19823 -- Fixed memcached code example in cache docsClaude Paroz
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-12Merge pull request #719 from JonLoy/ticket_19808Aymeric Augustin
2013-02-12Fixed #19808 Capitalization error in example textJonLoy
2013-02-12Mention backward relationships in aggregate docs.Ramiro Morales
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