summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-02-26[1.5.x] Add release date to 1.5 release notes.James Bennett
2013-02-26[1.5.x] Bump version numbers for Django 1.5 release.James Bennett
2013-02-25[1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin
2013-02-25[1.5.x] Minor edits to some recently-added admin docs.Carl Meyer
2013-02-24[1.5.x] Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-23[1.5.x] Made a small clarification in tutorial.Preston Holmes
2013-02-23[1.5.X] Added an example of "default" database dictionary left blank; refs #1...Tim Graham
2013-02-23[1.5.X] Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
2013-02-23[1.5.X] Fixed #19579 - Documented that "providing_args" is purely documentati...Tim Graham
2013-02-23[1.5.X] Fixed #19880 - Fixed an error in the form wizard initial_dict example.Tim Graham
2013-02-23[1.5.X] Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
2013-02-23[1.5.X] Updated example to use staticfiles static template tag, thanks reinou...Tim Graham
2013-02-23[1.5.x] Fixed #19752 - Changed Postgres version numbers to 9.x to avoid havin...Tim Graham
2013-02-23[1.5.X] Updated static file example in overview to use static template tag, r...Tim Graham
2013-02-23[1.5.X] Fixed #19675 - Added mention of static files to overview.Tim Graham
2013-02-23[1.5.x] Fixed #19887 - Noted when callables may be used in ModelAdmin.fields ...Tim Graham
2013-02-23[1.5.x] Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
2013-02-23[1.5.x] Fixed #17094 - Typo in class-based views doc.Tim Graham
2013-02-20[1.5.x] Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
2013-02-19Don't characterize XML vulnerabilities as DoS-only.Carl Meyer
2013-02-19[1.5.X] Fixed #19728 - Updated API stability doc to reflect current meaning o...Tim Graham
2013-02-19[1.5.X] Fixed typo in docs/topics/class-based-views/generic-display.txtStefan "hr" Berder
2013-02-19[1.5.x] Bump version numbers for security release.1.5c2James Bennett
2013-02-19[1.5.x] Update 1.5 release notes for XML and formset fixes.Carl Meyer
2013-02-19[1.5.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-02-18[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
2013-02-18[1.5.x] Corrected INSTALLED_APPS syntax in 1.5 release notes.Simon Meers
2013-02-16[1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key fr...Tim Graham
2013-02-16[1.5.x] Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham
2013-02-16[1.5.x] Fixed #19719 - Removed misleading example from ModelForm documentationAlex Hunley
2013-02-16[1.5.x] Refs #14881 -- Document that User models need to have an integer prim...Russell Keith-Magee
2013-02-15[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...Russell Keith-Magee
2013-02-14[1.5.x] Mention backward relationships in aggregate docs.Ramiro Morales
2013-02-14[1.5.x] Typo in i18n docs.Ramiro Morales
2013-02-14[1.5.x] Fixed #19823 -- Fixed memcached code example in cache docsClaude Paroz
2013-02-10[1.5.x] Emphasized MyISAM pseudo-requirement for GeoDjango over MySQLClaude Paroz
2013-02-09[1.5.x] Fixed #19699 - Removed "Please see the release notes" from versionadd...Tim Graham
2013-02-09[1.5.x] Fixed #19749 -- Documented ending param to command's self.stdout/errClaude Paroz
2013-02-08[1.5.x] Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMid...Claude Paroz
2013-02-07[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-07[1.5.x] Fixed #19706 - Tweaks to the tutorial.Tim Graham
2013-02-07[1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links an...Tim Graham
2013-02-06[1.5.x] Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
2013-02-04[1.5.x] Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.Simon Charette
2013-02-03[1.5.x] Fixed a typo in docs/topics/auth/customizing.txtTim Graham
2013-02-02[1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static folder....Julien Phalip
2013-02-02[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...Nick Sandford
2013-02-02[1.5.x] Fixed #19700 - Added documentation for BoundField.field.Tim Graham
2013-02-01[1.5.x] Small generic FK docs tweaks.Ramiro Morales