| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2013-09-09 | Fixed #19885 -- cleaned up the django.test namespace | Kevin Christopher Henry | |
| * override_settings may now be imported from django.test * removed Approximate from django.test * updated documentation for things importable from django.test Thanks akaariai for the suggestion. | |||
| 2013-09-09 | Improved release notes for ticket #10164 | Tim Graham | |
| Thanks Aymeric for the suggestions. refs #10164 | |||
| 2013-09-09 | Fixed spelling; refs #16895. | Tim Graham | |
| Thanks Panagiotis Issaris for the report. | |||
| 2013-09-09 | Fixed #16895 -- Warned about cost of QuerySet ordering | e0ne | |
| Thanks outofculture at gmail.com for the suggestion. | |||
| 2013-09-08 | Fix #20745: Don't silence TypeError raised inside templates. | Baptiste Mispelon | |
| Thanks to robin for the report and claudep for the review. | |||
| 2013-09-08 | Repositioned two paragraphs in the release notes. | Aymeric Augustin | |
| 2013-09-07 | Fixed #21068 -- Added some docs for DiscoverRunner | Tim Graham | |
| Thanks jcd. | |||
| 2013-09-07 | Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set. | Aymeric Augustin | |
| 2013-09-07 | Fixed #20005 -- Documented that Oracle databases need execute permission on ↵ | Tim Graham | |
| SYS.DBMS_LOB. Thanks jafula for the suggestion. | |||
| 2013-09-07 | Added a note about LTS releases. | Jacob Kaplan-Moss | |
| 2013-09-07 | Fixed #20876 -- Changed Poll model name in tutorial to Question | Rodolfo | |
| 2013-09-07 | Fixed #20938 -- Added cached sessions note to deployment checklist. | Tim Graham | |
| Thanks mjtamlyn for the suggestion. | |||
| 2013-09-07 | Merge pull request #1592 from pablomouzo/fix-admin-view-response-methods-docs | Tim Graham | |
| Improved docs for `contrib.admin.options.ModelAdmin.response_*` | |||
