| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 #12288 -- Validated that app names in INSTALLED_APPS are unique | e0ne | |
| 2013-09-13 | Fixed #20844 -- Made AdminEmailHandler respect LOGGING 'formatter' setting. | Daniel Sokolowski | |
| 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 | Merge pull request #1622 from manfre/ticket-21099 | Claude Paroz | |
| Fixed #21099 - Skip DistinctOnTests unless backend can_distinct_on_field... | |||
| 2013-09-12 | Fixed #21099 - Skip DistinctOnTests unless backend can_distinct_on_fields | Michael Manfre | |
| 2013-09-12 | Fixed inspectdb test for spatialite >=4 | Claude Paroz | |
| 2013-09-12 | Add a test for the geo-enabled inspectdb command | Claude Paroz | |
| 2013-09-11 | Merge pull request #1618 from pcx/minor_typo_fix | Simon Charette | |
| Minor typo fix in django.contrib.auth.models.User docs | |||
| 2013-09-12 | Minor typo fix in django.contrib.auth.models.User docs | Phaneendra Chiruvella | |
| 2013-09-11 | Fixed #21090 -- Allowed backends to provide dotted field path to inspectdb. | Michael Manfre | |
| 2013-09-11 | Fixed #21089 -- Allow TransactionTestcase subclasses to define an empty list ↵ | Baptiste Mispelon | |
| of fixtures. Thanks to lgs for the report and initial patch. | |||
| 2013-09-11 | Fixed #21056 -- AdminSite.app_index no longer blindly accepts any ↵ | Keryn Knight | |
| app-labelish input. | |||
| 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 | Prevented arbitrary file inclusion with {% ssi %} tag and relative paths. | Tim Graham | |
| Thanks Rainer Koirikivi for the report and draft patch. This is a security fix; disclosure to follow shortly. | |||
| 2013-09-10 | Merge pull request #1611 from thusoy/patch-1 | Alex Gaynor | |
| Fix broken sphinx reference to staticfiles. | |||
| 2013-09-10 | Fix broken sphinx reference to staticfiles. | Tarjei Husøy | |
| 2013-09-10 | Improved deprecation warning for change in form boolean values. | Tim Graham | |
| refs #20684 Thanks jacob, jcd, and shai for the suggestions. | |||
| 2013-09-10 | Fixed #19298 -- Added MultiValueField.__deepcopy__ | Tim Graham | |
| Thanks nick.phillips at otago.ac.nz for the report. | |||
| 2013-09-10 | Fixed test errors from 053de6131af83c63ec17d38578889c71de913d24 on py3.2. | Florian Apolloner | |
| 2013-09-10 | Fixed #5749 -- Added field_name as a key in the _html_output dict | e0ne | |
| Thanks SmileyChris for the suggestion. | |||
| 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 test that fails when pytz is installed. | Aymeric Augustin | |
| pytz' localize() method is the bane of my life. | |||
| 2013-09-10 | Fixed #20841 -- Added messages to NotImplementedErrors | Gregor MacGregor | |
| Thanks joseph at vertstudios.com for the suggestion. | |||
| 2013-09-10 | Made MigrationWriter look for a "deconstruct" attribute on functions. | Loic Bistuer | |
| Refs #20978. | |||
| 2013-09-10 | Fixed #20978 -- Made deletion.SET_NULL more friendly for ↵ | Loic Bistuer | |
| MigrationWriter.serialize. | |||
| 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-10 | Fixed #4574 -- Added CSS classes to the admin calendar widget for better ↵ | Roberto Aguilar | |
| control over styling. | |||
| 2013-09-10 | Fixed #7467 -- Added a template block to override the admin welcome message. | Tim Graham | |
| Thanks Jeff Kowalczyk for the suggestion and rctay for the patch. | |||
| 2013-09-10 | Fixed #21057 -- Prevented FileSystemStorage from leaving temporary files. | John Hensley | |
| 2013-09-10 | Fixed #18403 -- Initialized bad_cookies in SimpleCookie | e0ne | |
| Thanks Stefano Crosta for the report. | |||
| 2013-09-10 | Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ↵ | homm | |
| characters | |||
| 2013-09-09 | Merge pull request #1607 from Diskun/master | Alex Gaynor | |
| Fixed a little mistake in Django 1.7 release notes | |||
| 2013-09-09 | Fixed a little mistake in Django 1.7 release notes | Romain B. | |
| 2013-09-09 | Removed unneeded imports in tests's __init__.py and unified them. | Florian Apolloner | |
| 2013-09-09 | Refactored code and tests that relied on django.utils.tzinfo. | Aymeric Augustin | |
| Refs #17262. | |||
| 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 | Fixed #21078 -- Handled additional bad Accept-Language header | Josh Mize | |
| 2013-09-09 | Improved release notes for ticket #10164 | Tim Graham | |
| Thanks Aymeric for the suggestions. refs #10164 | |||
| 2013-09-09 | Fixed #21063 -- AdminSite app_index should be fail early if the user has no ↵ | Keryn Knight | |
| permissions. | |||
| 2013-09-09 | Fixed spelling; refs #16895. | Tim Graham | |
| Thanks Panagiotis Issaris for the report. | |||
