| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Merge pull request #335 from dlo/tickets/18875 | Alex Gaynor | |
| specify any orderable field can be specified in get_latest_by, closes #18875 | |||
| 2012-09-07 | specify any orderable field can be specified in get_latest_by, closes #18875 | Dan Loewenherz | |
| 2012-09-07 | wrap long words in field labels on admin forms, closes #18755 | Dan Loewenherz | |
| Otherwise, words overlap into the fields themselves, which makes the labels unreadable. | |||
| 2012-09-07 | Cleaned up some small bits of the ORM, including removing an import *. | Alex Gaynor | |
| 2012-09-07 | clarify clean_<field> docs, ticket #18917 | Brad Pitcher | |
| 2012-09-06 | Made use of property decorator in formsets.py | Claude Paroz | |
| 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 | Fixed #18687: Removed test_performance_scalability | Aymeric Augustin | |
| Even after repeated adjustment of the constants, this test still fails randomly. It has educated us to ignore messages from Jenkins, to a point where we missed some actual failures. In addition, it accounts for a non-negligible percentage of the run time of the test suite just by itself. Since no one has proposed a convincing patch in months, I'm going to remove the patch. We can't keep a randomly failing test forever. | |||
| 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 | Add some state management methods to AppCache. | Andrew Godwin | |
| 2012-09-05 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| 2012-09-05 | Merge pull request #325 from shabda/ticket_18905 | Tim Graham | |
| Fixed #18905 - Updated URL for Django People | |||
| 2012-09-05 | Fixed #18905 - Changed to new url for Djangopeople | Shabda Raaj | |
| 2012-09-04 | Negligible spacing fix in auth/forms.py | Adrian Holovaty | |
| 2012-09-04 | Fixed #9967 - Added a link to a bug that affects contrib.comments redirects. | Tim Graham | |
| 2012-09-04 | Implement primary key changing | Andrew Godwin | |
| 2012-09-04 | Fixed #18824 -- Allow deleting a setting from overriden settings | Claude Paroz | |
| 2012-09-04 | Fixed #18902 -- Made force_bytes properly handle exception input | Claude Paroz | |
| Thanks Aymeric Augustin for the report and the initial patch. | |||
| 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 #17892 -- Do not include whole RegexURLPattern lists in ↵ | Claude Paroz | |
| RegexURLResolver repr Thanks milosu for the report and the initial patch. | |||
| 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 #9920 - Clarfied empty string vs. localhost in settings database host. | Tim Graham | |
| Thanks chromano for the draft 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-31 | Merge pull request #313 from davidfischer/master | Florian Apolloner | |
| Fix comment typo | |||
| 2012-08-30 | Fixed #18883 -- added a missing self parameter in the docs | Alex Gaynor | |
| 2012-08-30 | db_index alteration mostly working | Andrew Godwin | |
| 2012-08-30 | Fixed #18384 - Reformatted GeoDjango install instructions slightly. | Tim Graham | |
| 2012-08-30 | Made get_table_description also return the size of char fields on SQLite | Claude Paroz | |
| 2012-08-30 | Fixed #5725 -- Fixed varchar column size introspection for MySQL | Claude Paroz | |
| Thanks ferdonline for the initial patch and Karen Tracey for the related post on django-users. | |||
| 2012-08-30 | Fixed #18751 -- Cleaned up BaseFormSet._should_delete_form | Claude Paroz | |
| We can do that now that cleaned_data is guaranteed to be present. Related to [121fd109]. Thanks Simon Charette for his work on the ticket. | |||
| 2012-08-30 | Replaced some smart_xxx by force_xxx equivalent | Claude Paroz | |
| smart_str/smart_text should only be used when a potential lazy string should be preserved in the result of the function call. | |||
