| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-18 | Fixed typo in inspectdb docs | Alasdair Nicol | |
| 2013-07-17 | Allowed Context.push to behave as a context mananger. | Curtis Maloney | |
| Thanks Loic Bistuer for the review. | |||
| 2013-07-17 | Fixed #20756 -- Typo in uWSGI docs. | Tim Graham | |
| 2013-07-16 | Fixed #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-16 | Reworked docs for ModelForm validation. | Loic Bistuer | |
| 2013-07-16 | Rephrased the docs for reporting security issues to make it less intimidating. | Loic Bistuer | |
| 2013-07-15 | Fixed some markup in docs/ref/templates/api.txt | Tim Graham | |
| 2013-07-14 | Fixed #20746 -- Removed Python 2.6 specific code/docs | Tim Graham | |
| 2013-07-13 | Fixes grammatical error in auth docs | David Binetti | |
| Changes "An error will be raise if you try..." to "An error will be raised if you try..." | |||
| 2013-07-13 | Removed Python 2.6 references in GIS docs | Claude Paroz | |
| Refs #20746. | |||
| 2013-07-13 | Removed obsolete sentence in queries docs | Claude Paroz | |
| 2013-07-13 | Fixed #20582 -- Allowed default Form.label_suffix to be translated | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2013-07-12 | Fixed #20653 -- Renamed checksetup -> check missed in [03465639] | Tim Graham | |
| Thanks CollinAnderson for the report. | |||
| 2013-07-12 | Fixed #20429 -- Added QuerySet.update_or_create | Karol Sikora | |
| Thanks tunixman for the suggestion and Loic Bistuer for the review. | |||
| 2013-07-12 | Fixed #19031 -- Added a warning when using override_settings with 'DATABASES' | Joeri Bekker | |
| 2013-07-12 | Fixed #17528 -- Documented that add() and remove() with a many-to-many ↵ | Tim Graham | |
| relationship do not call Model.save() | |||
| 2013-07-12 | Fixed #20735 -- clarified ManyToManyField constructor doc | Christopher Medrela | |
| 2013-07-11 | Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend | Claude Paroz | |
| Thanks dj.facebook at gmail.com for the report and initial patch and Areski Belaid and senko for improvements. | |||
| 2013-07-11 | Fixed #20730 -- Fixed "Programmatically creating permissions" error. | Tim Graham | |
| Thanks glarrain for the report. | |||
| 2013-07-11 | Fixed #13721 -- Added UploadedFile.content_type_extra. | Benjamin Kagia | |
| Thanks Waldemar Kornewald and mvschaik for work on the patch. | |||
| 2013-07-11 | Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt | Tim Graham | |
| Thanks ijl20@ for the report. | |||
| 2013-07-10 | Added some missing test requirements in the docs; refs #19196 | Tim Graham | |
| 2013-07-10 | Fixed #19196 -- Added test/requirements | Tim Graham | |
| 2013-07-09 | Added 1.7 release notes in TOC. | Aymeric Augustin | |
| 2013-07-09 | Fixed #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-09 | Fixed #18261 -- Clarified 'project root directory' | SusanTan | |
| 2013-07-08 | Fixed #18944 -- Documented PasswordResetForm's from_email argument as a ↵ | Tim Graham | |
| backwards incompatible change for 1.3 Thanks DrMeers for the report. | |||
| 2013-07-08 | Fixed #19695 -- Retitle "Form Media" to "Form Assets". | James Bennett | |
| 2013-07-08 | Fixed #16965 -- Clarified Formset can_delete docs. | Tim Graham | |
| Thanks gregcorey@ for the suggestion. | |||
| 2013-07-08 | Fixed #20493 -- Added a warning that objects may not be picklable across ↵ | Tim Graham | |
| Django versions Thanks cataliniacob for the suggestion and review. | |||
| 2013-07-08 | Fixed #12346 -- Added a note on how to validate InlineFormSets. | Tim Graham | |
| Thanks johnsmith for the suggestion. | |||
| 2013-07-07 | Clarified trac patch-related field meaning | Jeremy 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-06 | Fixed #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.6 | Claude Paroz | |
| 2013-07-06 | Added release dates for gis libs as doc comments | Claude Paroz | |
| 2013-07-05 | Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. | |||
| 2013-07-05 | Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ↵ | Tim Graham | |
| supported by Postgres. Thanks jtiai for the suggestion. | |||
| 2013-07-05 | Fixed #19539 -- Updated custom model fields example for Python 3. | Tim Graham | |
| Thanks astorije@ for the report. | |||
| 2013-07-04 | fixed grammar | hekevintran | |
| 2013-07-04 | Fixed #20134 -- Correct list of fields that UserManager requires. | Tim Graham | |
| Thanks semenov and pegler. | |||
| 2013-07-04 | Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL. | Tim Graham | |
| Thanks littlepig for the report. | |||
| 2013-07-04 | Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique ↵ | Tim Graham | |
| constraints. Thanks timmolendijk, jdunck, vijay_shanker, and loic84. | |||
| 2013-07-04 | Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs. | Tim Graham | |
| Thanks rene@ for the suggestion. | |||
| 2013-07-03 | Fixed #20609 -- Documented how to use request.user with RequestFactory | SusanTan | |
| Thanks michel@ for the suggestion. | |||
| 2013-07-03 | Fixed #20687 -- Added documentation for django.core.signing API. | Tomáš Ehrlich | |
| Thanks Baptiste Mispelon for the suggestion. | |||
| 2013-07-03 | Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. | Tim Graham | |
| Thanks garrison for the suggestion. | |||
| 2013-07-02 | A couple more semicolon -> colon fixes; refs #18134. | Tim Graham | |
| 2013-07-02 | Fix "semicolon" in docs | Ben Firshman | |
| 2013-07-01 | Relied on NullHandler from the logging stdlib module. | Aymeric Augustin | |
| 2013-07-01 | Reflected the new default value of LOGGING_CONFIG in docs. | Aymeric Augustin | |
