| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-23 | Fixed #21702 -- Added different bullet styles for nested lists. | Tim Garner | |
| Thanks moc at mocpa.com for the suggestion. | |||
| 2013-09-22 | Added docs for changes in commit dd3a883894. | Ramiro Morales | |
| Refs #20693. | |||
| 2013-09-22 | Fixed #21141 -- Update Sphinx URL | Rogério Yokomizo | |
| Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/. | |||
| 2013-09-22 | A few doc additions for changes from d228c1192e. | Ramiro Morales | |
| 2013-09-22 | Reference Meta.index_together in DB performance guide. | Ramiro Morales | |
| 2013-09-21 | Fixed #21137 -- Documented best practice for URLconfs with repeated pattern ↵ | Michael DiBernardo | |
| prefixes. | |||
| 2013-09-21 | Correct very minor typo | mlissner | |
| Just changed as to has. | |||
| 2013-09-21 | Merge pull request #1655 from evildmp/ticket_20877_work_in_progress | Aymeric Augustin | |
| Addressed inaccuracies in performance docs | |||
| 2013-09-21 | Addressed inaccuracies in performance docs | Aymeric Augustin | |
| * Move the discussion of CachedStaticFilesStorage to the section about HTTP. It's really about client-side caching. It doesn't fit with the caching utilities from django.utils.functional. * Tone down the warning against Pypy as per Alex' feedback. It's a valid choice for advanced users who are comfortable using a non-standard stack. * Generally reworded the 'Using different versions of available software' section. * Some other minor adjustments to the document. | |||
| 2013-09-21 | - missing __init__.py | Alexander | |
| 2013-09-21 | Fixed #21133 --Clarifed documentation about strftime formatting. | Curtis Maloney | |
| 2013-09-20 | Fixed #20877 -- added a performance optimization guide | evildmp | |
| 2013-09-20 | Clarified why one must not catch database errors inside atomic. | Aymeric Augustin | |
| 2013-09-20 | Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines. | tschilling | |
| Thanks stanislas.guerra at gmail.com for the report. | |||
| 2013-09-19 | Merge pull request #1644 from PaulMcMillan/bump_hash_iterations | Paul McMillan | |
| Increase default PBKDF2 iterations | |||
| 2013-09-19 | Added missing "in" in sentence. | Markus Amalthea Magnuson | |
| 2013-09-19 | Fixed #9532 -- Added min_num and validate_min on formsets. | yokomizor | |
| Thanks gsf for the suggestion. | |||
| 2013-09-19 | Increase default PBKDF2 iterations | Paul McMillan | |
| Increases the default PBKDF2 iterations, since computers have gotten faster since 2011. In the future, we plan to increment by 10% per major version. | |||
| 2013-09-19 | Fixed #21125 -- Removed support for cache URI syntax | Curtis Maloney | |
| 2013-09-19 | Reworked security issue list to be per-issue, not per-release. | Russell Keith-Magee | |
| 2013-09-19 | Corrected markup problems in new security summary page. | Russell Keith-Magee | |
| 2013-09-18 | Fixed two typos in the docs | Alex Gaynor | |
| 2013-09-18 | Fixed a typo in the docs | Alex Gaynor | |
| 2013-09-18 | Fix #21121: Add archive of security issues. | James Bennett | |
| 2013-09-18 | Fixed #19414 -- Added admin registration decorator | Brian Holdefehr | |
| Thanks stavros for the suggestion. | |||
| 2013-09-18 | Fixed #21116 -- Made usage of manage.py in docs more consistent. | Tim Graham | |
| Thanks daniel.quattro at gmail.com for the report. | |||
| 2013-09-18 | Fixed #4278 -- Added a dirs parameter to a few functions to override ↵ | Berker Peksag | |
| TEMPLATE_DIRS. * django.template.loader.get_template() * django.template.loader.select_template() * django.shortcuts.render() * django.shortcuts.render_to_response() Thanks amcnabb for the suggestion. | |||
| 2013-09-17 | Fixed #21024 -- Documented how to deprecate a feature. | Tim Graham | |
| 2013-09-17 | Updated examples in the docs after eade315d. | Aymeric Augustin | |
| 2013-09-16 | Reworded a paragraph in the logging docs. | Ramiro Morales | |
| 2013-09-16 | Fixed #17627 -- Renamed util.py files to utils.py | Tim Graham | |
| Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor Kołodziej for the initial patch. | |||
| 2013-09-15 | Cleaned up 1.5.4/1.4.8 release notes | Tim Graham | |
| 2013-09-15 | Ensure that passwords are never long enough for a DoS. | Russell Keith-Magee | |
| * Limit the password length to 4096 bytes * Password hashers will raise a ValueError * django.contrib.auth forms will fail validation * Document in release notes that this is a backwards incompatible change Thanks to Josh Wright for the report, and Donald Stufft for the patch. This is a security fix; disclosure to follow shortly. | |||
| 2013-09-13 | Fixed #21101 -- Updated urlize documentation to mention email addresses | Goetz | |
| 2013-09-13 | Fixed #21100 -- Noted that Create/UpdateViews.fields is new in 1.6 | Tim Graham | |
| Thanks AndrewIngram for the suggestion. | |||
| 2013-09-13 | Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation. | Tim Graham | |
| Thanks ylb415 at gmail.com for the suggestion. | |||
| 2013-09-13 | Documentation -- added instructions on working with pull requests | Kevin Christopher Henry | |
| Since non-core contributors are asked to review patches, instructions on working with pull requests were added to the Working with Git and GitHub page (based on the existing instructions in the core committers page). | |||
| 2013-09-13 | Fixed #21095 -- Documented new requirement for dates lookups. | Matt Austin | |
| Day, month, and week_day lookups now require time zone definitions in the database. | |||
| 2013-09-12 | Fixed a couple of typos in GeoDjango docs. | Ramiro Morales | |
| 2013-09-12 | Minor typo fix in django.contrib.auth.models.User docs | Phaneendra Chiruvella | |
| 2013-09-11 | Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH. | Tim Graham | |
| Thanks EvilDMP for the report and Russell Keith-Magee for the draft text. | |||
| 2013-09-11 | Documentation -- Improved description of cache arguments | Kevin Christopher Henry | |
| - Fixed some grammar and formatting mistakes - Added the type and default for CULL_FREQUENCY - Made the note on culling the entire cache more precise. (It's actually slower on the filesystem backend.) | |||
| 2013-09-10 | Added 1.4.7/1.5.3 release notes | Tim Graham | |
| 2013-09-10 | Fix broken sphinx reference to staticfiles. | Tarjei Husøy | |
| 2013-09-10 | Fixed #20919 -- Extended assertRedirects to be able to avoid fetching ↵ | Juan Catalano | |
| redirect's response. Thanks mjtamlyn for the suggestion. | |||
| 2013-09-10 | Fixed #21083 - Fixed spelling in tutorial. | Tim Graham | |
| Thanks jimmy.kjaersgaard at gmail.com for the report. | |||
| 2013-09-10 | Fixed #16534 -- Improved ability to customize DiscoverRunner | Tim Graham | |
| Added DiscoverRunner.test_suite and .test_runner attributes. Thanks tomchristie for the suggestion and jcd for the patch. | |||
| 2013-09-10 | Fixed #21075 - Improved doc for calling call_command with arguments. | oz123 | |
| 2013-09-09 | Fixed a little mistake in Django 1.7 release notes | Romain B. | |
| 2013-09-09 | Fixed #17262 -- Refactored tzinfo implementations. | Aymeric Augustin | |
| This commit deprecates django.utils.tzinfo in favor of the more recent django.utils.timezone which was introduced when Django gained support for time zones. | |||
