Julien Phalip
|
be5369fd24
|
[1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks to camilonova, Russell Keith-Magee, Aymeric Augustin and Ramiro Morales for the feedback.
Backport of c9c40bc6bc
|
2013-02-02 15:03:05 -08:00 |
Nick Sandford
|
e18bd68dbc
|
[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form() method is overridden.
Backport of 0694d2196f
|
2013-02-02 14:55:59 -08:00 |
Tim Graham
|
f28fbe7314
|
[1.5.x] Fixed #19700 - Added documentation for BoundField.field.
Thanks Tiberiu Ana for the report and patch.
Backport of fdaaa24171 from master
|
2013-02-02 08:38:02 -05:00 |
Ramiro Morales
|
fd61ce9c4f
|
[1.5.x] Small generic FK docs tweaks.
5f7eecd from master.
|
2013-02-01 23:41:48 -03:00 |
Ramiro Morales
|
923b0de962
|
[1.5.x] Fixed content types contrib app doc typos.
1ee40f2 from master.
|
2013-02-01 23:41:06 -03:00 |
Lucian Ursu
|
a22480797d
|
[1.5.x] Fixed #19690 - Removed unused import in doc examples.
Backport of c6560e4843 from master
|
2013-02-01 14:19:04 -10:00 |
Aymeric Augustin
|
56a7d11237
|
[1.5.x] Fix rst syntax error.
Thanks Chris Rebert for the report.
Backport of d75a54c .
|
2013-02-01 21:48:44 +01:00 |
Aymeric Augustin
|
11f6295551
|
[1.5.x] Documented ArchiveIndexView's date_list context variable.
Refs #16218.
Backport of a0c67c6 .
|
2013-02-01 13:43:20 +01:00 |
Claude Paroz
|
5ebd0452ba
|
[1.5.x] Fixed #19714 -- Updated documentation about TemplateView context
Thanks Aramgutang for the report. Refs #17228.
Backport of 56e553129 from master.
|
2013-02-01 09:58:35 +01:00 |
Ramiro Morales
|
73bb9664da
|
Enhanced traanslator comments documentation.
Partial (docs only) backport of 47ddd6a from master.
|
2013-01-31 10:58:05 -03:00 |
Aymeric Augustin
|
11ec0253ab
|
[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
Thanks Tim for the report and initial patch.
Backport of 89cb771 from master.
|
2013-01-31 13:55:00 +01:00 |
Aymeric Augustin
|
d5ad9d3dfe
|
[1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView.
Thanks Gavin Wahl.
Backport of 23e319d .
|
2013-01-30 21:34:39 +01:00 |
Tim Graham
|
5da6ce11ed
|
[1.5.x] Fixed typos in docs and comments
Backport of ee26797cff from master
|
2013-01-29 10:58:24 -07:00 |
Tim Graham
|
f6075b0596
|
[1.5.x] Fixed #19683 - Added a missing import in signing example.
Thanks sunsongxp@ for the report.
Backport of 537d44b1b9 from master
|
2013-01-29 06:13:47 -05:00 |
Tim Graham
|
c87f89c0db
|
[1.5.x] Fixed a malformed link.
|
2013-01-27 06:11:42 -05:00 |
Ramiro Morales
|
5ab24e205a
|
[1.5.x] Added more shortcuts to i18n docs in index page.
5b99d5a from master
|
2013-01-25 20:43:21 -03:00 |
Tim Graham
|
42fcfcaa52
|
[1.5.x] Fixed #19577 - Added HTML escaping to admin examples.
Thanks foo@ for the report and Florian Apolloner for the review.
Backport of eafc036476 from master
|
2013-01-25 06:56:38 -05:00 |
Tim Graham
|
d571894fc0
|
[1.5.x] Fixed #19639 - Updated contributing to reflect model choices best practices.
Thanks charettes.
Backport of eaa716a413 from master
|
2013-01-24 08:00:43 -05:00 |
Justin Bronn
|
1c061ef568
|
[1.5.x] Fixed typo.
Backport of 71c8539570 from master
|
2013-01-23 19:21:42 -05:00 |
Tim Graham
|
2e6b0c5ca7
|
[1.5.x] Fixed #19610 - Added enctype note to forms topics doc.
Thanks will@ for the suggestion.
Backport of 0de2645c00 from master
|
2013-01-23 04:50:24 -05:00 |
Tim Graham
|
54887d686b
|
[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.
Backport of 0db86273ae from master
|
2013-01-22 19:05:19 -05:00 |
Tim Graham
|
dc0bf53276
|
[1.5.x] Fixed #19477 - Documented generic_inlineformset_factory
Thanks epicserve for the suggestion.
Backport of 214fb700b9 from master
|
2013-01-22 18:18:32 -05:00 |
Tim Graham
|
34718395ed
|
[1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.
Thanks wim@ for the suggestion.
Backport of 5b2d9bacd2 from master
|
2013-01-22 07:58:09 -05:00 |
Tim Graham
|
f6257a147d
|
[1.5.x] Fixed #19628 - Noted that app for custom user model must be in INSTALLED_APPS
Thanks dpravdin and Jordan Messina.
Backport of 0375244eae from master
|
2013-01-18 18:39:29 -05:00 |
Aymeric Augustin
|
d90abcc9da
|
[1.5.x] Fixed #19632 -- Bug in code sample.
Thanks grossmanandy at bfusa com and Simon Charette.
Backport of 1dd7492 .
|
2013-01-18 20:52:25 +01:00 |
Tim Graham
|
40d8b6e28c
|
[1.5.x] Fixed #19597 - Added some notes on jQuery in admin.
Thanks Daniele Procida.
Backport of d406afe12e from master
|
2013-01-15 20:01:08 -05:00 |
Aymeric Augustin
|
464e9669a1
|
[1.5.x] Fixed a typo in the error reporting docs.
Backport of 83d0cc52 .
|
2013-01-15 16:56:03 +01:00 |
Aymeric Augustin
|
6428f1cb72
|
[1.5.x] Fixed #19614 -- Missing request argument in render call.
Thanks Dima Pravdin for the report.
Backport of 74d72e2 .
|
2013-01-15 14:37:25 +01:00 |
Tim Graham
|
b7828705c8
|
[1.5.x] Clarified WizardView.get_form_prefix doc, refs #19024
Backport of c9b577ead6 from master
|
2013-01-15 08:09:43 -05:00 |
Tim Graham
|
360676d9d8
|
[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.
Thanks sergzach for the suggestion.
Backport of 43f89e0ad6 from master
|
2013-01-15 07:52:06 -05:00 |
Ramiro Morales
|
9d4f906d47
|
[1.5.x] Minor DEBUG setting reference formatting edit.
1bbd36a36a from master.
|
2013-01-14 09:52:13 -03:00 |
Vinod Kurup
|
863e0ab57d
|
[1.5.x] Fixed code examples in which render() calls were missing `request` parameter.
5362134090 from master.
|
2013-01-14 09:50:58 -03:00 |
Tim Graham
|
64f1a175bd
|
[1.5.X] Added details on minified jQuery and DEBUG mode for contrib.admin.
Thanks Daniele Procida.
Backport of 4720117a31 from master
|
2013-01-13 15:12:50 -05:00 |
Aymeric Augustin
|
d828c5c3a0
|
[1.5.x] Fixed typo in file storage docs.
Thanks Jørgen Abrahamsen.
Backport of 0ca2d1e .
|
2013-01-13 19:37:21 +01:00 |
Stephan Jaekel
|
f16eb0b0d0
|
[1.5.x] Fixed #19024 -- Corrected form wizard docs for get_form_prefix.
Backport of 17f8496fe from master.
|
2013-01-12 15:55:42 +01:00 |
Tim Graham
|
b86c3ddce8
|
[1.5.x] Fixed #19437 - Clarified pip install instructions in contributing tutorial.
Backport of 9f9a7f03d7 from master
|
2013-01-11 08:10:32 -05:00 |
Tim Graham
|
c94fcc4117
|
[1.5.x] Fixed #10239 - Added docs for modelform_factory
Thanks ingenieroariel for the suggestion and slurms for the review.
Backport of 71d76ec011 from master
|
2013-01-11 06:01:19 -05:00 |
Tim Graham
|
72ef63bf86
|
[1.5.x] Fixed #19588 - Added create_superuser to UserManager docs.
Thanks minddust for the report.
Backport of 4da5947a87 from master
|
2013-01-10 15:17:37 -05:00 |
Tim Graham
|
f9604c8247
|
[1.5.x] Addeded CSS to bold deprecation notices.
Thanks Sam Lai for mentioning this on the mailing list.
Backport of 227bd3f8db from master
|
2013-01-09 19:05:00 -05:00 |
Tim Graham
|
7f7b6a369b
|
[1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.
It was removed in Django 1.5, not deprecated.
Backport of 066cf2d70e from master
|
2013-01-09 18:34:36 -05:00 |
Tim Graham
|
7c39e041b1
|
[1.5.x] Added sphinx substitutions in place of hardcoded version numbers.
Refs #19571
Backport of 1884868adc from master
|
2013-01-08 15:59:42 -05:00 |
Tim Graham
|
c95ae7729f
|
[1.5.x] Fixed #19555 - Removed '2012' from tutorial 1.
Thanks rodrigorosa.lg and others for the report.
Backport of 99315f709e from master
|
2013-01-08 15:45:27 -05:00 |
Carl Meyer
|
b6119a6373
|
[1.5.x] Fixed typo in 1.5 release notes; thanks Jonas Obrist.
Backport of bb7f34d619 from master.
|
2013-01-07 20:17:55 -07:00 |
Claude Paroz
|
012229914c
|
[1.5.x] Created special PostgreSQL text indexes when unique is True
Refs #19441.
Backport of c698c55966 from master.
|
2013-01-07 21:02:02 +01:00 |
Claude Paroz
|
7ca9b71628
|
[1.5.x] Fixed #19571 -- Updated runserver output in the tutorial
Backport of a890469d3 from master.
|
2013-01-06 23:00:29 +01:00 |
Preston Holmes
|
f02e1167d7
|
[1.5.x] Fixed #19562 -- cleaned up password storage docs
Conflicts:
docs/topics/auth/passwords.txt
|
2013-01-04 18:04:28 -08:00 |
James Bennett
|
f23d3ce8d4
|
[1.5.x] Bump version numbers for 1.5 RC 1.
|
2013-01-04 12:49:58 -06:00 |
Tim Graham
|
be1e006c58
|
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Added -n to sphinx builds to catch issues going forward.
Backport of 9b5f64cc6e from master.
|
2013-01-02 18:50:00 -05:00 |
Chris Beaven
|
61c861546b
|
[1.5.x] Update doc example for overriding change_form.html
Slightly reworded another related paragraph for clarity, too.
Backport of 3f890f8 .
|
2013-01-03 11:38:58 +13:00 |
Tim Graham
|
da2cdd3a0f
|
[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txt
Backport of 695b2089e7 from master
|
2013-01-02 15:33:58 -05:00 |