summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-07-18Fixed typo in inspectdb docsAlasdair Nicol
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
Thanks Loic Bistuer for the review.
2013-07-17Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-16Fixed #14007 -- Added model discovery in models module without the need to ↵Tim Graham
specify app_label. Thanks mark@ and Aramgutang for work on the patch.
2013-07-16Reworked docs for ModelForm validation.Loic Bistuer
2013-07-16Rephrased the docs for reporting security issues to make it less intimidating.Loic Bistuer
2013-07-15Fixed some markup in docs/ref/templates/api.txtTim Graham
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-13Fixes grammatical error in auth docsDavid Binetti
Changes "An error will be raise if you try..." to "An error will be raised if you try..."
2013-07-13Removed Python 2.6 references in GIS docsClaude Paroz
Refs #20746.
2013-07-13Removed obsolete sentence in queries docsClaude Paroz
2013-07-13Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
Thanks Tim Graham for the review.
2013-07-12Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
Thanks CollinAnderson for the report.
2013-07-12Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora
Thanks tunixman for the suggestion and Loic Bistuer for the review.
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-07-12Fixed #17528 -- Documented that add() and remove() with a many-to-many ↵Tim Graham
relationship do not call Model.save()
2013-07-12Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
Thanks dj.facebook at gmail.com for the report and initial patch and Areski Belaid and senko for improvements.
2013-07-11Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
Thanks glarrain for the report.
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
Thanks Waldemar Kornewald and mvschaik for work on the patch.
2013-07-11Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txtTim Graham
Thanks ijl20@ for the report.
2013-07-10Added some missing test requirements in the docs; refs #19196Tim Graham
2013-07-10Fixed #19196 -- Added test/requirementsTim Graham
2013-07-09Added 1.7 release notes in TOC.Aymeric Augustin
2013-07-09Fixed #20663 -- "Today" and "now" admin shortcuts.Loic Bistuer
Changed the shortcuts next to date and time intput widgets to account for the current timezone. Refs #7717, #14253 and #18768.
2013-07-09Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-08Fixed #18944 -- Documented PasswordResetForm's from_email argument as a ↵Tim Graham
backwards incompatible change for 1.3 Thanks DrMeers for the report.
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
Thanks gregcorey@ for the suggestion.
2013-07-08Fixed #20493 -- Added a warning that objects may not be picklable across ↵Tim Graham
Django versions Thanks cataliniacob for the suggestion and review.
2013-07-08Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
Thanks johnsmith for the suggestion.
2013-07-07Clarified trac patch-related field meaningJeremy Dunck
There was some confusion on the mentorship list as to whether 'needs tests' meant that a given ticket might not need tests, as opposed to flagging a specific patch as still needing tests. This commit seeks to clarify that confusion.
2013-07-06Fixed #14006 -- Documented that Field's 'description' attribute is ↵Tim Graham
interpolated with field.__dict__ Thanks abeld for the suggestion.
2013-07-06[gis] Dropped official support for GDAL < 1.6Claude Paroz
2013-07-06Added release dates for gis libs as doc commentsClaude Paroz
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
Thanks Marc Tamlyn and Tim Graham for the review.
2013-07-05Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ↵Tim Graham
supported by Postgres. Thanks jtiai for the suggestion.
2013-07-05Fixed #19539 -- Updated custom model fields example for Python 3.Tim Graham
Thanks astorije@ for the report.
2013-07-04fixed grammarhekevintran
2013-07-04Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
Thanks semenov and pegler.
2013-07-04Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
Thanks littlepig for the report.
2013-07-04Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique ↵Tim Graham
constraints. Thanks timmolendijk, jdunck, vijay_shanker, and loic84.
2013-07-04Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
Thanks rene@ for the suggestion.
2013-07-03Fixed #20609 -- Documented how to use request.user with RequestFactorySusanTan
Thanks michel@ for the suggestion.
2013-07-03Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
Thanks Baptiste Mispelon for the suggestion.
2013-07-03Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3.Tim Graham
Thanks garrison for the suggestion.
2013-07-02A couple more semicolon -> colon fixes; refs #18134.Tim Graham
2013-07-02Fix "semicolon" in docsBen Firshman
2013-07-01Relied on NullHandler from the logging stdlib module.Aymeric Augustin
2013-07-01Reflected the new default value of LOGGING_CONFIG in docs.Aymeric Augustin