| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-08 | Merge pull request #354 from shabda/ticket_18928 | Tim Graham | |
| Fixed #18928 - Tightened language in docs/README | |||
| 2012-09-08 | Fixed #15566 - Documented that update() doesn't honor DateField.auto_now | Tim Graham | |
| Thanks Shabda Raaj for the draft patch. | |||
| 2012-09-08 | Fixed #18928. Tightened language in docs/README. | Shabda Raaj | |
| 2012-09-07 | Updated the Ubuntu installation section for 12.04 release. | Justin Bronn | |
| 2012-09-07 | Clarified the messages documentation. | Aymeric Augustin | |
| * Stated upfront that the messages framework is enabled by default. * Explained why FallbackStorage, despites its unattractive name, is the default and likely the most efficient message storage class. Thanks Jeremy Dunck for the review. Closes #17026 (again). | |||
| 2012-09-07 | Fixed #18490 - Updated DateField input formats; thanks dloewenherz for the ↵ | Tim Graham | |
| draft patch. | |||
| 2012-09-07 | Small reorganisation of initial parts of URL documentation. | Malcolm Tredinnick | |
| Trying to move most of the introductory example stuff up to the top and pushing the reference bits further down. | |||
| 2012-09-07 | Merge pull request #351 from 1ntrud3r/patch-1 | Tim Graham | |
| Remove unused imports in tutorial 4. refs #18915 | |||
| 2012-09-07 | Merge pull request #341 from nmartini/master | Tim Graham | |
| Updated text in tutorial 3 regarding removing unused import; refs #18915 | |||
| 2012-09-07 | Fixed typo from 7435cc01. | Aymeric Augustin | |
| Thanks kmike. | |||
| 2012-09-07 | Updated install docs to reflect Python 3 status. | Aymeric Augustin | |
| Closes #17452. | |||
| 2012-09-07 | remove unused import in tutorial 4 addition to #18915 (closed) | Enrico Ehrhardt | |
| After submitting ticket #18915, I noticed 2 additional occurrences of the issue. | |||
| 2012-09-07 | Document ``six.assertRaisesRegex``. | Alex Gaynor | |
| 2012-09-07 | Merge pull request #331 from davidfischer/master | James Bennett | |
| Ticket #17324 - Improve security docs with better CSRF explanation | |||
| 2012-09-07 | Merge pull request #333 from brad/ticket_18917 | James Bennett | |
| clarify clean_<field> docs, ticket #18917 | |||
| 2012-09-07 | Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ↵ | Alex Gaynor | |
| brutasse for the patch. | |||
| 2012-09-07 | Updated the GEOS, PostGIS, and PROJ.4 versions in the GeoDjango installation ↵ | Justin Bronn | |
| docs. | |||
| 2012-09-07 | removed unused import from tutorial 3 documentation as per ticket #18915 | Nick Martini | |
| 2012-09-07 | Merge pull request #336 from dlo/tickets/18915 | Alex Gaynor | |
| remove unused import in decoupling URLs tutorial, closes #18915 | |||
| 2012-09-07 | [py3] Documented forwards-compatible aliases | Aymeric Augustin | |
| that will be available as of version 1.4.2. | |||
| 2012-09-07 | remove unused import in decoupling URLs tutorial, closes #18915 | Dan Loewenherz | |
| The `include` function isn't used in polls/urls.py. | |||
| 2012-09-07 | specify any orderable field can be specified in get_latest_by, closes #18875 | Dan Loewenherz | |
| 2012-09-07 | clarify clean_<field> docs, ticket #18917 | Brad Pitcher | |
| 2012-09-06 | Formatting fix for host headers section | David Fischer | |
| 2012-09-06 | Added CSRF with HTTPS/HSTS and forwarding note | David Fischer | |
| 2012-09-06 | Added note about Strict Transport Security (HSTS) | David Fischer | |
| 2012-09-06 | Fixed minor typo in 1.3 release notes. | Simon Meers | |
| 2012-09-05 | Merge pull request #318 from Matt-Stevens/master | Adrian Holovaty | |
| Small doc change: clarify day and month | |||
| 2012-09-05 | Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report. | Tim Graham | |
| 2012-09-05 | Fixed #18905 - Changed to new url for Djangopeople | Shabda Raaj | |
| 2012-09-04 | Fixed #9967 - Added a link to a bug that affects contrib.comments redirects. | Tim Graham | |
| 2012-09-03 | Changes day to from 2 to 30 | Matt Stevens | |
| 2012-09-03 | Clarifies day and month in example queryset | Matt Stevens | |
| 2012-09-01 | Merge pull request #315 from streeter/auth-docs-cleanup-patch | Tim Graham | |
| Clarify some of the password reset docs | |||
| 2012-09-01 | Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm ↵ | Tim Graham | |
| example in file uploads. | |||
| 2012-09-01 | Fixed #18212 -- Standardized arguments of GenericIPAddressField | Claude Paroz | |
| Unlike other model fields, the newly introduced (1.4) GenericIPAddressField did not accept verbose_name and name as the first positional arguments. This commit fixes it. Thanks Dan McGee for the report and the patch. | |||
| 2012-09-01 | Fixed #13608 - Noted that template lookups use literal values. | Tim Graham | |
| 2012-09-01 | Fixed #17378 - Added a flattened index for class-based views. | Tim Graham | |
| Thanks Preston Holmes for the patch. | |||
| 2012-09-01 | Fixed #16936 - Updated javascript for CSRF protection. | Tim Graham | |
| Thanks Idan Gazit for the patch. | |||
| 2012-08-31 | Fixed #18642 - Added a note suggesting the use of render() rather than ↵ | Tim Graham | |
| render_to_response() if you need RequestContext in your template. | |||
| 2012-08-31 | Clarify some of the password reset docs | Chris Streeter | |
| Some of the wording was copied from the change password section. Updated the text to clarify that the we are talking about password resets. | |||
| 2012-08-31 | Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more ↵ | Tim Graham | |
| specific to the sections that changed; thanks akaihola for the suggestion and patch. | |||
| 2012-08-31 | Added 1.4.1 and 1.3.2 release notes | Claude Paroz | |
| 2012-08-31 | Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude ↵ | Tim Graham | |
| Paroz for the draft patch. | |||
| 2012-08-31 | Merge pull request #310 from juanpex/master | Florian Apolloner | |
| fix documentation testing of Selenium WebDriverWait | |||
| 2012-08-31 | Merge pull request #311 from gutworth/py3-doc | Florian Apolloner | |
| Indexing bytes is the problem not slicing. | |||
| 2012-08-30 | Fixed #18883 -- added a missing self parameter in the docs | Alex Gaynor | |
| 2012-08-30 | Fixed #18384 - Reformatted GeoDjango install instructions slightly. | Tim Graham | |
| 2012-08-30 | Fixed #18647 - Removed link to Malcolm's blog which is gone. | Tim Graham | |
| 2012-08-30 | Fixed #18871 - Fixed typo in multi-db docs. | Tim Graham | |
