| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-04 | Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ ↵ | Angeline Tan | |
| Troubleshooting page. This is to avoid confusion for beginners. | |||
| 2012-08-04 | Restructured the documentation's index page and added some introductory ↵ | Julien Phalip | |
| sentences to each section. | |||
| 2012-08-04 | Fixed a mistake in function documentation 'django.utils.functional.partition' | Tim Graham | |
| Thanks Raman Barkholenka for the patch. | |||
| 2012-08-04 | Small improvement to the `contrib.messages` doc introduction. | Julien Phalip | |
| 2012-08-04 | Added a missing space to the description of the `cut` filter. | Florian Apolloner | |
| 2012-08-04 | Merge pull request #210 from pydanny/ticket_18632 | Alex Gaynor | |
| Ticket 18632 Cleanup of CBV edit/edit mixin documentation. | |||
| 2012-08-04 | For #210, cleaned up text and formatting. | Daniel Greenfeld | |
| 2012-08-04 | Merge pull request #153 from webjunkie/patch-1 | Tim Graham | |
| Fixed #18110 -- Improve template cache tag documentation | |||
| 2012-08-04 | Merge pull request #244 from mbrochh/master | Tim Graham | |
| Fixed small typo in class based view docs. | |||
| 2012-08-04 | Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes for the ↵ | Tim Graham | |
| patch. | |||
| 2012-08-04 | Fixed #18713 -- Fixed custom comment app name in comments docs | Claude Paroz | |
| Thanks Pratyush for the report. | |||
| 2012-08-04 | Fixed #7833 -- Improved UserCreationForm password validation | Claude Paroz | |
| Make UserCreationForm password validation similar to SetPasswordForm and AdminPasswordChangeForm, so as the match check is only done when both passwords are supplied. Thanks Mitar for the suggestion. | |||
| 2012-08-04 | Fixed #5524 -- Do not remove cleaned_data when a form fails validation | Claude Paroz | |
| cleaned_data is no longer deleted when form validation fails but only contains the data that did validate. Thanks to the various contributors to this patch (see ticket). | |||
| 2012-08-04 | Fixed #18700 -- Added URL reversal for i18n set_language view. | Simon Meers | |
| 2012-08-03 | Fixed #15932 - Documented how to supress multiple reverse relations to the ↵ | Tim Graham | |
| same model. Thanks Claude Paroz for the patch. | |||
| 2012-08-03 | [py3] Removed uses of sys.maxint under Python 3. | Aymeric Augustin | |
| Also fixed #18706: improved exceptions raised by int_to_base36. | |||
| 2012-08-03 | Remove a temporary variable deletion, it's not a big deal and it doesn't ↵ | Alex Gaynor | |
| exist on python3. | |||
| 2012-08-03 | Documented the trick used in 9908201d7f. | Aymeric Augustin | |
| 2012-08-03 | Replaced some byte strings by str() calls | Claude Paroz | |
| This is a useful trick when Python 2 awaits byte strings and Python 3 Unicode (regular) strings. | |||
| 2012-08-03 | Removed some pre-1.3.0 postgis compatibility code | Claude Paroz | |
| 2012-08-03 | Fixed #13904 - Documented how to avoid garbage collection messages in GIS. | Tim Graham | |
| Thanks Claude Peroz for the patch. | |||
| 2012-08-03 | Reorganized geoapp gis tests | Claude Paroz | |
| Removed the numbering of tests and moved lookup/geoqueryset tests in their own test class. | |||
| 2012-08-03 | Fixed #18363 -- Improved Galician date and time format strings | Claude Paroz | |
| Thanks Guttorm Flatabø for the report and the initial patch, and Fran Dieguez for the review. | |||
| 2012-08-03 | Fixed #18684 -- Added Finnish DATETIME_FORMAT | Claude Paroz | |
| Thanks Guttorm Flatabø for the report and the initial patch. | |||
| 2012-08-02 | Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito ↵ | Tim Graham | |
| for the draft patch. | |||
| 2012-08-02 | Add M2M tests and some unique support | Andrew Godwin | |
| 2012-08-02 | Fixed #16941 - Clarified naturaltime output when the time is more than a day ↵ | Tim Graham | |
| old. Thanks antoviaque for the patch. | |||
| 2012-08-02 | Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London. | Tim Graham | |
| 2012-08-02 | Update docs/topics/class-based-views/index.txt | Martin Brochhaus | |
| Fixed a small typo: "We can use create" should be "We can create" | |||
| 2012-08-02 | Fixed #18472 - Added warning regarding set_language / i18n_patterns. | Simon Meers | |
| 2012-08-02 | Reinstated Pinax link that was still in use by others. | Simon Meers | |
| 2012-08-01 | Fixed #16168 - Added note regarding type requirements when overridng ↵ | Tim Graham | |
| ModelForm fields. Thanks Pieter Swinkels for the patch. | |||
| 2012-07-31 | Fixed #18122 - Clarified section title regarding applying permissions to ↵ | Tim Graham | |
| generic views. | |||
| 2012-07-30 | Fixed #17131 - Added per object permission notes to docs. | Tim Graham | |
| Thanks dchandek for the suggestion and mateusgondim for the patch. | |||
| 2012-07-30 | Fixed a security issue in http redirects. Disclosure and new release ↵ | Florian Apolloner | |
| forthcoming. | |||
| 2012-07-30 | Fixed second security issue in image uploading. Disclosure and release ↵ | Florian Apolloner | |
| forthcoming. | |||
| 2012-07-30 | Fixed a security issue in image uploading. Disclosure and release forthcoming. | Florian Apolloner | |
| 2012-07-29 | Merge pull request #225 from dekkers/remove-double-isinstance-check | Alex Gaynor | |
| Remove double isinstance check in force_unicode | |||
| 2012-07-29 | Updated my bio. | Justin Bronn | |
| 2012-07-29 | Fixed #18476 - Added use of {% url %} tag to tutorial. | Tim Graham | |
| Thanks Claude Paroz for the patch. | |||
| 2012-07-28 | Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report. | Tim Graham | |
| 2012-07-28 | Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London. | Tim Graham | |
| 2012-07-26 | Merge branch 'master' of github.com:django/django into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/postgresql_psycopg2/base.py | |||
| 2012-07-25 | [py3] Updated dict-like data structures for Python 3. | Aymeric Augustin | |
| The keys/items/values methods return iterators in Python 3, and the iterkeys/items/values methods don't exist in Python 3. The behavior under Python 2 is unchanged. | |||
| 2012-07-25 | Fixed error message in detail generic view. | Florian Apolloner | |
| Thanks go to mitar for the report and the patch. | |||
| 2012-07-25 | Updated example of customized ModelAdmin in documentation for 1.4 | Rafik Draoui | |
| The change_view method of django.contrib.admin.ModelAdmin takes an extra `form_url` argument in Django 1.4. | |||
| 2012-07-25 | Fixed #18614 -- Added missing imports in code samples. | Florian Apolloner | |
| 2012-07-25 | Fixed #18634 -- Don't escape variables in the context for startproject/startapp. | Marc Tamlyn | |
| The & symbols which can come up in the secret key were being escaped to &. | |||
| 2012-07-25 | Merge pull request #216 from ljosa/ticket_18644 | Florian Apolloner | |
| Fixed #18644 -- Made urlize trim trailing period followed by parenthesis | |||
| 2012-07-25 | Merge pull request #220 from dirn/staticfiles-docs-typo | Florian Apolloner | |
| Fix typo in staticfiles app documentation | |||
