summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-05-09Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. Than...Russell Keith-Magee
2010-05-09Fixed #13341 -- Clarified the arguments to RegexValidators. Thanks to DrMeers...Russell Keith-Magee
2010-05-09Fixed #13417 -- Clarified the use of the djangojs domain for translation. Tha...Russell Keith-Magee
2010-05-09Fixed #13418 -- Added notes on uniqueness requirements for natural keys. Than...Russell Keith-Magee
2010-05-09Fixed #13455 -- Clarified the interaction of values() and extra(). Thanks to ...Russell Keith-Magee
2010-05-09Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks t...Russell Keith-Magee
2010-05-09Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report ...Russell Keith-Magee
2010-05-08Fixed #3469 -- added django.utils documentation for stable bitsBrian Rosner
2010-05-08Fixed #9170 -- added improved custom management command documentation.Brian Rosner
2010-05-08Added hyperlinks for builtin template tags and filters to code samples in docs.Luke Plant
2010-05-08Fixed #13428 -- Corrected the allow_relation behavior of and example router. ...Russell Keith-Magee
2010-05-08Fixed #13269 -- Added clarifying import statement to widget override docs. Th...Russell Keith-Magee
2010-05-08Fixed #13336 -- Corrected an incorrect example of cache header usage. Thanks ...Russell Keith-Magee
2010-05-08Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report.Russell Keith-Magee
2010-05-08Fixed #13471 -- Added example of send_mass_mail usage. Thanks to gtaylor for ...Russell Keith-Magee
2010-05-08Fixed #13484 -- Added some newly available targets to the documentation makef...Russell Keith-Magee
2010-05-08Added 1.2 RC1 docs to the releases index.Russell Keith-Magee
2010-05-07Fixed typo and small formatting mistake in docsLuke Plant
2010-05-06Mention that we will be updating docs between now and final.James Bennett
2010-05-06Draft 1.2 RC release notesJames Bennett
2010-05-06Fixed #8357 -- Clarified what constitutes activity when calculating session e...Russell Keith-Magee
2010-05-06Corrected a documentation markup problem.Russell Keith-Magee
2010-05-06Fixed #12609 -- Updated FAQ on which version users should install. Thanks to ...Russell Keith-Magee
2010-05-06Fixed #12691 -- Added a versionadded tag to the description of widget overrid...Russell Keith-Magee
2010-05-06Fixed #13287 -- Corrected the advice on argument formatting in the {% url %} ...Russell Keith-Magee
2010-05-06Fixed #13377 -- Corrected markup typo in testing docs. Thanks to DrMeers for ...Russell Keith-Magee
2010-05-06Fixed #13405 -- Removed the recommendation for the use of cmemcache. Thanks t...Russell Keith-Magee
2010-05-06Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger...Russell Keith-Magee
2010-05-05Removed duplicated code from `django.contrib.gis.db.backend` and added a depr...Justin Bronn
2010-05-04Typo fixes and small clarification.Justin Bronn
2010-05-04Fixed #13458 -- Corrected typo in GeoIP docs. Thanks, Paul McMillan for repo...Justin Bronn
2010-05-04Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn
2010-05-01Fixed #13444 -- Improved the documentation around the backwards compatibility...Russell Keith-Magee
2010-04-29Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a r...Jannis Leidel
2010-04-28Refs #13339 -- Disable %b/%B-based locale datetime input formats, and documen...Russell Keith-Magee
2010-04-19Fixed #13361 - Made sure jQuery is always included in the admin changelist an...Jannis Leidel
2010-04-16Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from workin...Justin Bronn
2010-04-15Fixed #13184 -- Document the requirement that custom model fields using Subfi...Russell Keith-Magee
2010-04-13Fixed #13290 - Added a section about minification of admin JavaScript files t...Jannis Leidel
2010-04-09Minor documentation tweaks for GeoDjango, including addition of link to main ...Justin Bronn
2010-04-06Fixed #13099 - incorrect SQL for `exclude()` exampleLuke Plant
2010-04-06Fixed #13270 - typos in documentationLuke Plant
2010-04-06Fixed #13035 - Incorrect documentation regarding admin and default managersLuke Plant
2010-04-06Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txtLuke Plant
2010-04-05Fixed #13263 -- Corrected field name typo in queries documentation examples. ...Justin Bronn
2010-04-05Fixed #13271 -- Corrected a typo in the signals documentation. Thanks, chtito.Justin Bronn
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee
2010-03-30PostGIS 1.5 allows distance queries on non-point geographic geometry columns ...Justin Bronn
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-30Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...Russell Keith-Magee