| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-01 | Documented ArchiveIndexView's date_list context variable. | Aymeric Augustin | |
| Refs #16218. | |||
| 2013-02-01 | Fixed #19715 -- Simplified findstatic output when verbosity set to 0 | Matt Robenolt | |
| 2013-02-01 | Fixed #19714 -- Updated documentation about TemplateView context | Claude Paroz | |
| Thanks Aramgutang for the report. Refs #17228. | |||
| 2013-01-31 | Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. | Aymeric Augustin | |
| Thanks Tim for the report and initial patch. | |||
| 2013-01-30 | Changed "versionadded" after the decision to backport. | Aymeric Augustin | |
| Refs #19076. | |||
| 2013-01-30 | Fixed #19076 -- Added content_type attribute to TemplateView. | Aymeric Augustin | |
| Thanks Gavin Wahl. | |||
| 2013-01-29 | Fixed typos in docs and comments | Tim Graham | |
| 2013-01-28 | Added HTML5 url input type | Claude Paroz | |
| Refs #16630. | |||
| 2013-01-28 | Added HTML5 email input type | Claude Paroz | |
| Refs #16630. | |||
| 2013-01-27 | Fixed two malformed links. | Tim Graham | |
| 2013-01-25 | Revert "Patch by Claude for #16084." | Ramiro Morales | |
| This reverts commit 2babab0bb351ff7a13fd23795f5e926a9bf95d22. | |||
| 2013-01-25 | Patch by Claude for #16084. | Ramiro Morales | |
| 2013-01-25 | Fixed #19577 - Added HTML escaping to admin examples. | Tim Graham | |
| Thanks foo@ for the report and Florian Apolloner for the review. | |||
| 2013-01-24 | Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and ↵ | Ramiro Morales | |
| `~/.pythonrc.py`. Also: * Added a ``--no-startup`` option to disable this behavior. Previous logic to try to execute the code in charge of this funcionality was flawed (it only tried to do so if the user asked for ipython/bpython and they weren't found) * Expand ``~`` in PYTHONSTARTUP value. Thanks hekevintran at gmail dot com for the report and initial patch. Refs #3381. | |||
| 2013-01-24 | Fixed a typo. | Florian Apolloner | |
| 2013-01-24 | Fixed #17416 -- Added widgets argument to inlineformset_factory and ↵ | Nick Sandford | |
| modelformset_factory | |||
| 2013-01-23 | Fixed #19610 - Added enctype note to forms topics doc. | Tim Graham | |
| Thanks will@ for the suggestion. | |||
| 2013-01-22 | Fixed #19477 - Documented generic_inlineformset_factory | Tim Graham | |
| Thanks epicserve for the suggestion. | |||
| 2013-01-22 | Fixed #19640 - Added inlineformset_factory to reference docs. | Tim Graham | |
| Thanks wim@ for the suggestion. | |||
| 2013-01-20 | Added missing versionadded 1.6 to docs of earliest() | Anssi Kääriäinen | |
| Refs #17813 | |||
| 2013-01-20 | Fixed #17813 -- Added a .earliest() method to QuerySet | Nick Sandford | |
| Thanks a lot to everybody participating in developing this feature. The patch was developed by multiple people, at least Trac aliases tonnzor, jimmysong, Fandekasp and slurms. Stylistic changes added by committer. | |||
| 2013-01-17 | Made (make|compile)messages commands accept multiple locales at once. | Craig Blaszczyk | |
| Thanks Craig Blaszczyk for the initial patch. Refs #17181. | |||
| 2013-01-16 | Fixed #17008 -- Added makemessages option to not remove .pot files. | Ramiro Morales | |
| Thanks airstrike for the report and initial patch, Julien for an enhanced patch and Jannis for reviewing. | |||
| 2013-01-15 | Fixed #19597 - Added some notes on jQuery in admin. | Tim Graham | |
| Thanks Daniele Procida. | |||
| 2013-01-15 | Fixed #19099 -- Split broken link emails out of common middleware. | Aymeric Augustin | |
| 2013-01-15 | Clarified WizardView.get_form_prefix doc, refs #19024 | Tim Graham | |
| 2013-01-15 | Fixed #19605 - Removed unused url imports from doc examples. | Tim Graham | |
| Thanks sergzach for the suggestion. | |||
| 2013-01-13 | Added details on minified jQuery and DEBUG mode for contrib.admin. | Tim Graham | |
| Thanks Daniele Procida. | |||
| 2013-01-13 | Fixed typo in file storage docs. | Aymeric Augustin | |
| Thanks Jørgen Abrahamsen. | |||
| 2013-01-12 | Fixed #14633 - Organized settings reference docs and added a topical index. | Tim Graham | |
| Thanks Gabriel Hurley for the original idea and adamv for the draft patch. | |||
| 2013-01-12 | Fixed #19024 -- Corrected form wizard docs for get_form_prefix. | Stephan Jaekel | |
| 2013-01-11 | Fixed #4833 -- Validate email addresses with localhost as domain | Claude Paroz | |
| 2013-01-11 | Minor DEBUG setting reference formatting edit. | Ramiro Morales | |
| 2013-01-11 | Fixed #19360 -- Raised an explicit exception for aggregates on date/time ↵ | Nick Sandford | |
| fields in sqlite3 Thanks lsaffre for the report and Chris Medrela for the initial patch. | |||
| 2013-01-11 | Fixed #10239 - Added docs for modelform_factory | Tim Graham | |
| Thanks ingenieroariel for the suggestion and slurms for the review. | |||
| 2013-01-10 | Fixed #19588 - Added create_superuser to UserManager docs. | Tim Graham | |
| Thanks minddust for the report. | |||
| 2013-01-09 | Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs. | Tim Graham | |
| It was removed in Django 1.5, not deprecated. | |||
| 2013-01-07 | Created special PostgreSQL text indexes when unique is True | Claude Paroz | |
| Refs #19441. | |||
| 2013-01-06 | Fixed #19173 -- Made EmptyQuerySet a marker class only | Anssi Kääriäinen | |
| The guarantee that no queries will be made when accessing results is done by new EmptyWhere class which is used for query.where and having. Thanks to Simon Charette for reviewing and valuable suggestions. | |||
| 2013-01-03 | Added documentation for the 'db' argument of the post-syncdb signal. | mpaolini | |
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2013-01-03 | Update doc example for overriding change_form.html | Chris Beaven | |
| Slightly reworded another related paragraph for clarity, too. | |||
| 2013-01-01 | Fixed #19520 - Corrected some misleading docs about template_name_suffix. | Tim Graham | |
| Thanks jnns for the report. | |||
| 2012-12-31 | Fixed #19519 -- Fired request_finished in the WSGI iterable's close(). | Aymeric Augustin | |
| 2012-12-29 | Removed versionadded/changed annotations dating back to 1.4. | Aymeric Augustin | |
| 2012-12-29 | Removed IGNORABLE_404_STARTS/ENDS settings. | Aymeric Augustin | |
| 2012-12-29 | Removed HttpRequest.raw_post_data. | Aymeric Augustin | |
| 2012-12-29 | Removed django.contrib.markup. | Aymeric Augustin | |
| 2012-12-29 | Removed django.contrib.localflavor. | Aymeric Augustin | |
| Each localflavor lives on as a separate app. | |||
| 2012-12-29 | Removed legacy shortcut for importing GeoIP. | Aymeric Augustin | |
