| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2012-08-29 | Fixed #11739 -- Made ContentFile support Unicode input | Claude Paroz | |
| 2012-08-29 | Replaced many smart_bytes by force_bytes | Claude Paroz | |
| In all those occurrences, we didn't care about preserving the lazy status of the strings, but we really wanted to obtain a real bytestring. | |||
| 2012-08-28 | Indexing bytes is the problem not slicing. | Benjamin Peterson | |
| 2012-08-28 | Added latex preamble for ≤. | Florian Apolloner | |
| Thanks to bnomis for the report and yajogo for the initial patch. | |||
| 2012-08-27 | fix documentation testing of Selenium WebDriverWait | juanpex | |
| According to the documentation of Selenium, WebDriverWait class has no timeout parameter and using the code fails. http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/support/ui/FluentWait.html#until%28com.google.common.base.Predicate%29 | |||
| 2012-08-26 | Fixed typo in model fields reference docs. | Ramiro Morales | |
| 2012-08-25 | Fixed #17448 -- Improved test and documented raw-sql gis query | Claude Paroz | |
| 2012-08-25 | Updated doc for settings.MEDIA_ROOT based on what's generated by ↵ | Tim Graham | |
| settings.py; thanks ryan-blunden. | |||
| 2012-08-25 | Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for ↵ | Tim Graham | |
| the initial patch. | |||
| 2012-08-24 | Fixed #18847 - Updated for media examples to use static.example.com. Thanks ↵ | Tim Graham | |
| Jamie Curle. | |||
| 2012-08-24 | Merge pull request #301 from carlospalol/quickfix/blog-post-typo | Karen Tracey | |
| Fixed typo in docs | |||
| 2012-08-23 | Modified docs about SpatiaLite version that doesn't need manual initial SQL ↵ | Ramiro Morales | |
| file loading as per 675431dfaaa. | |||
| 2012-08-23 | Fixed typo in docs | Carlos Palol | |
| 2012-08-23 | Fixed #18678 -- HttpResponse init arguments allowed for subclasses | Claude Paroz | |
| Thanks hp1337@gmail.com for the report. | |||
| 2012-08-22 | Merge pull request #297 from mjjohnson/ticket_17069 | Tim Graham | |
| Fixed #17069 -- Added log filter example to docs. | |||
| 2012-08-22 | Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type | Claude Paroz | |
| The HTTP 1.1 spec tells that the 304 response MUST NOT contain a message body. Thanks aparajita for the report. | |||
| 2012-08-21 | Fixed #18637 - Updated some documentation for aspects of models that are ↵ | Tim Graham | |
| ModelForm specific, not admin specific. Thanks Ben Sturmfels for the patch. | |||
| 2012-08-21 | Fixed #14885 - Clarified that ModelForm cleaning may not fully complete if ↵ | Tim Graham | |
| the form is invalid. Thanks Ben Sturmfels for the patch. | |||
| 2012-08-21 | Fixed #17069 -- Added log filter example to docs. | Michael Johnson | |
| Added an example of filtering admin error emails (to exclude UnreadablePostErrors) to the docs. | |||
| 2012-08-20 | Fixed #18819 -- fixed some typos in the auth docs | Alex Gaynor | |
| 2012-08-20 | Fixed #18023 -- Documented simplejson issues. | Aymeric Augustin | |
| Thanks Luke Plant for reporting the issue and Alex Ogier for thoroughly investigating it. | |||
| 2012-08-20 | Made an example more readable in the URLs docs. | Aymeric Augustin | |
| 2012-08-20 | Added links in URLs doc for consistency. | Aymeric Augustin | |
| 2012-08-20 | Fixed #18799 -- Improved index links for CBV documentation. | Simon Meers | |
| Thanks anthonyb. | |||
| 2012-08-19 | Tweaked SpatiaLite GeoDjango docs. | Ramiro Morales | |
| 2012-08-19 | Fixed typo in form wizard docs. | Tim Graham | |
| 2012-08-19 | Fixed #17180 - Emphasized the need to load the i18n template tag in each ↵ | Tim Graham | |
| template that uses translations. Thanks stefan.freyr for the suggestion and buddylindsey for the draft patch. | |||
| 2012-08-19 | Clarified a sentence in the Python 3 docs. | Aymeric Augustin | |
| Thanks dstufft for the report. | |||
| 2012-08-19 | Fixed indentation in the Python3 docs | Marc Tamlyn | |
