summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-09-23[1.6.x] Removed extra p (topppings->toppings)Brett Koonce
2013-09-23[1.6.x] Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23[1.6.x] Fixed #21070 -- Added a more complex database configuration example.Louis Fill
2013-09-23[1.6.x] Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
2013-09-23[1.6.x] Fixed #21120 -- Added more explicit text on using validators and link...Ben Huckvale
2013-09-23[1.6.x] Fixed #21702 -- Added different bullet styles for nested lists.Tim Garner
2013-09-22[1.6.x] A few doc additions for changes from d228c1192e.Ramiro Morales
2013-09-22[1.6.x] Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-21[1.6.x] Correct very minor typomlissner
2013-09-21[1.6.x] Fixed #21137 -- Documented best practice for URLconfs with repeated p...Michael DiBernardo
2013-09-21[1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatting.Curtis Maloney
2013-09-20[1.6.x] Clarified why one must not catch database errors inside atomic.Aymeric Augustin
2013-09-19[1.6.x] Increased default PBKDF2 iterationsPaul McMillan
2013-09-19[1.6.x] Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-19[1.6.x] Fixed #21121: Added archive of security issues.Russell Keith-Magee
2013-09-16[1.6.x] Reworded a paragraph in the logging docs.Ramiro Morales
2013-09-15[1.6.x] Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-09-15[1.6.x] Add release notes and bump version number for security release.1.6b4James Bennett
2013-09-15[1.6.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-13[1.6.x] Fixed #21101 -- Updated urlize documentation to mention email addressesGoetz
2013-09-13[1.6.x] Fixed #21100 -- Noted that Create/UpdateViews.fields is new in 1.6Tim Graham
2013-09-13[1.6.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for instal...Tim Graham
2013-09-13[1.6.x] Documentation -- added instructions on working with pull requestsKevin Christopher Henry
2013-09-13[1.6.x] Fixed #21095 -- Documented new requirement for dates lookups.Matt Austin
2013-09-12[1.6.x] Fixed a couple of typos in GeoDjango docs.Ramiro Morales
2013-09-11[1.6.x] Minor typo fix in django.contrib.auth.models.User docsPhaneendra Chiruvella
2013-09-11[1.6.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-11[1.6.x] Documentation -- Improved description of cache argumentsKevin Christopher Henry
2013-09-10[1.6.x] Added 1.4.7/1.5.3 release notesTim Graham
2013-09-10[1.6.x] Fixed broken sphinx reference to staticfiles.Tarjei Husøy
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-10[1.6.x] Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-09[1.6.x] Fixed spelling; refs #16895.Tim Graham
2013-09-09[1.6.x] Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-07[1.6.x] Fixed #21068 -- Added some docs for DiscoverRunnerTim Graham
2013-09-07Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin
2013-09-07[1.6.x] Fixed #20005 -- Documented that Oracle databases need execute permiss...Tim Graham
2013-09-07[1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
2013-09-07[1.6.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMEN...Keith Edmiston
2013-09-06[1.6.x] Fixed a link in topics/testing/overview.txtTim Graham
2013-09-06[1.6.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compat...Keith Edmiston
2013-09-06[1.6.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
2013-09-06[1.6.x] Fixed instructions for running a subset of tests.Tim Graham
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-05[1.6.x] Fixed #21047 -- Added CLA mesage on the new contributor advice docmicahhausler
2013-09-05[1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404Tim Graham
2013-09-05[1.6.x] Fixed #20900 -- Documented RemoteUserBackend.authenticateTim Graham
2013-09-04[1.6.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be acc...Tim Graham
2013-09-04[1.6.x] Clarified docs for some tags and filtersPaul C. Anagnostopoulos
2013-09-03[1.6.x] Fixed #20973 -- Document serving static files without django.contrib....Loic Bistuer