Nick Martini
9ce58906af
removed unused import from tutorial 3 documentation as per ticket #18915
2012-09-07 13:05:23 -04:00
Alex Gaynor
4321ee25c5
Merge pull request #336 from dlo/tickets/18915
...
remove unused import in decoupling URLs tutorial, closes #18915
2012-09-07 09:43:05 -07:00
Aymeric Augustin
e1a37d5537
[py3] Documented forwards-compatible aliases
...
that will be available as of version 1.4.2.
2012-09-07 11:57:46 -04:00
Dan Loewenherz
07b3d39d10
remove unused import in decoupling URLs tutorial, closes #18915
...
The `include` function isn't used in polls/urls.py.
2012-09-07 11:49:55 -04:00
Alex Gaynor
cceff73acd
Merge pull request #335 from dlo/tickets/18875
...
specify any orderable field can be specified in get_latest_by, closes #18875
2012-09-07 08:47:02 -07:00
Dan Loewenherz
09e3d364b9
specify any orderable field can be specified in get_latest_by, closes #18875
2012-09-07 11:34:18 -04:00
Alex Gaynor
0e296131bb
Cleaned up some small bits of the ORM, including removing an import *.
2012-09-07 10:58:17 -04:00
Brad Pitcher
c634375e9c
clarify clean_<field> docs, ticket #18917
2012-09-07 10:43:55 -04:00
Claude Paroz
39aa8901e1
Made use of property decorator in formsets.py
2012-09-06 23:08:15 +02:00
David Fischer
58786897a1
Formatting fix for host headers section
2012-09-06 16:10:08 -04:00
David Fischer
c65100248d
Added CSRF with HTTPS/HSTS and forwarding note
2012-09-06 16:08:14 -04:00
David Fischer
ba141e6906
Added note about Strict Transport Security (HSTS)
2012-09-06 15:13:31 -04:00
Simon Meers
ee1b3e2a3a
Fixed minor typo in 1.3 release notes.
2012-09-06 21:00:16 +10:00
Aymeric Augustin
5262a288df
Fixed #18687 : Removed test_performance_scalability
...
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 23:02:33 -04:00
Adrian Holovaty
3f53cac520
Merge pull request #318 from Matt-Stevens/master
...
Small doc change: clarify day and month
2012-09-05 19:20:25 -07:00
Tim Graham
e5983af7c1
Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.
2012-09-05 17:50:17 -04:00
Tim Graham
cff911f4ba
Merge pull request #325 from shabda/ticket_18905
...
Fixed #18905 - Updated URL for Django People
2012-09-05 05:39:49 -07:00
Shabda Raaj
b791fda0df
Fixed #18905 - Changed to new url for Djangopeople
2012-09-05 16:20:23 +05:30
Adrian Holovaty
4193a0f3d5
Negligible spacing fix in auth/forms.py
2012-09-04 16:47:45 -04:00
Tim Graham
51ee850776
Fixed #9967 - Added a link to a bug that affects contrib.comments redirects.
2012-09-04 16:27:58 -04:00
Claude Paroz
22f85b9057
Fixed #18824 -- Allow deleting a setting from overriden settings
2012-09-04 09:41:12 +02:00
Claude Paroz
cc9b767fc6
Fixed #18902 -- Made force_bytes properly handle exception input
...
Thanks Aymeric Augustin for the report and the initial patch.
2012-09-04 09:27:28 +02:00
Matt Stevens
a7d831a305
Changes day to from 2 to 30
2012-09-03 16:31:37 +01:00
Matt Stevens
813241f655
Clarifies day and month in example queryset
2012-09-03 15:20:05 +01:00
Tim Graham
03ad7d3c20
Merge pull request #315 from streeter/auth-docs-cleanup-patch
...
Clarify some of the password reset docs
2012-09-01 15:05:18 -07:00
Claude Paroz
28fd876bae
Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolver repr
...
Thanks milosu for the report and the initial patch.
2012-09-01 22:20:46 +02:00
Tim Graham
c6088bc91d
Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm example in file uploads.
2012-09-01 15:38:44 -04:00
Claude Paroz
306d34873c
Fixed #18212 -- Standardized arguments of GenericIPAddressField
...
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 18:38:55 +02:00
Tim Graham
74c025d028
Fixed #13608 - Noted that template lookups use literal values.
2012-09-01 09:24:39 -04:00
Tim Graham
5faadea439
Fixed #17378 - Added a flattened index for class-based views.
...
Thanks Preston Holmes for the patch.
2012-09-01 09:20:38 -04:00
Tim Graham
f7142b6111
Fixed #9920 - Clarfied empty string vs. localhost in settings database host.
...
Thanks chromano for the draft patch.
2012-09-01 09:03:05 -04:00
Tim Graham
e376558ed2
Fixed #16936 - Updated javascript for CSRF protection.
...
Thanks Idan Gazit for the patch.
2012-09-01 06:03:01 -04:00
Tim Graham
f99ecaff06
Fixed #18642 - Added a note suggesting the use of render() rather than render_to_response() if you need RequestContext in your template.
2012-08-31 20:24:33 -04:00
Chris Streeter
fef641d164
Clarify some of the password reset docs
...
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 16:13:50 -07:00
Tim Graham
70896386ec
Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more specific to the sections that changed; thanks akaihola for the suggestion and patch.
2012-08-31 18:01:02 -04:00
Claude Paroz
44f541ab47
Added 1.4.1 and 1.3.2 release notes
2012-08-31 20:35:50 +02:00
Tim Graham
7235cc7685
Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude Paroz for the draft patch.
2012-08-31 08:14:45 -04:00
Florian Apolloner
785980d30e
Merge pull request #310 from juanpex/master
...
fix documentation testing of Selenium WebDriverWait
2012-08-31 04:59:59 -07:00
Florian Apolloner
fc81854934
Merge pull request #311 from gutworth/py3-doc
...
Indexing bytes is the problem not slicing.
2012-08-31 04:56:42 -07:00
Florian Apolloner
d05eee0119
Merge pull request #313 from davidfischer/master
...
Fix comment typo
2012-08-31 03:03:43 -07:00
Alex Gaynor
17d57275f9
Fixed #18883 -- added a missing self parameter in the docs
2012-08-30 19:19:11 -07:00
Tim Graham
f698b973ea
Fixed #18384 - Reformatted GeoDjango install instructions slightly.
2012-08-30 16:16:28 -04:00
Claude Paroz
a9a773ff38
Made get_table_description also return the size of char fields on SQLite
2012-08-30 19:36:05 +02:00
Claude Paroz
879b245baa
Fixed #5725 -- Fixed varchar column size introspection for MySQL
...
Thanks ferdonline for the initial patch and Karen Tracey for the
related post on django-users.
2012-08-30 19:28:13 +02:00
Claude Paroz
fb3d916c20
Fixed #18751 -- Cleaned up BaseFormSet._should_delete_form
...
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 15:51:13 +02:00
Claude Paroz
ae88e73fa6
Replaced some smart_xxx by force_xxx equivalent
...
smart_str/smart_text should only be used when a potential lazy
string should be preserved in the result of the function call.
2012-08-30 15:46:16 +02:00
Tim Graham
36df198e4b
Fixed #18647 - Removed link to Malcolm's blog which is gone.
2012-08-30 07:44:41 -04:00
Tim Graham
141e6cd2ac
Fixed #18871 - Fixed typo in multi-db docs.
2012-08-30 06:45:11 -04:00
David Fischer
06b1dedae5
Fixed comment typo
2012-08-29 17:09:47 -07:00
Aymeric Augustin
723c9a8c6d
[py3] Ported the 'shell' management command.
...
The user module and the execfile function were removed in Python 3.
Thanks Linovia for the report.
2012-08-29 23:44:12 +02:00