| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-23 | Fixed test failures introduced in e716518ad29898fb25c820023aaf2fdd1c9eb4af | Tim Graham | |
| refs #20761 | |||
| 2013-07-23 | Fixed #19900 -- Updated admin buttons to use CSS3 rounded corners. | Pedro Mourelle | |
| 2013-07-23 | Fixed #20760 -- Reduced timing variation in ModelBackend. | Aymeric Augustin | |
| Thanks jpaglier and erikr. | |||
| 2013-07-23 | Fixed #20761 -- Fixed DatabaseError handling in get_or_create and ↵ | Loic Bistuer | |
| update_or_create. | |||
| 2013-07-23 | Fixed #19019 -- Fixed UserAdmin to log password change. | Kirill Fomichev | |
| Thanks Tuttle for the report. | |||
| 2013-07-23 | Minor change to get_extra_descriptor_filter() | Anssi Kääriäinen | |
| Refs #20611. | |||
| 2013-07-23 | Fixed #20782 -- qs.values().aggregate() failure | Anssi Kääriäinen | |
| In the combination of .values().aggregate() the aggregate_select_mask didn't include the aggregates added. This resulted in bogus query. Thanks to Trac alias debanshuk for report. | |||
| 2013-07-22 | Make migrate command recognise prefixes and 'zero'. | Andrew Godwin | |
| 2013-07-22 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/mysql/introspection.py django/db/backends/oracle/creation.py django/db/backends/postgresql_psycopg2/creation.py django/db/models/base.py django/db/models/loading.py | |||
| 2013-07-22 | Merge pull request #1390 from garnertb/master | Marc Tamlyn | |
| Fixed small grammatical error in docstring. | |||
| 2013-07-22 | Fixed small grammatical error in docstring. | Tyler Garner | |
| 2013-07-22 | Fixed #20773 -- [gis] Fixed regression in GoogleMap output | Claude Paroz | |
| Thanks Martyn Clement for the report and the initial patch. | |||
| 2013-07-22 | Fixed #20781 -- Fixed _has_changed regression with MultiValueField | Claude Paroz | |
| Thanks Tim Graham for the report. | |||
| 2013-07-21 | Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin ↵ | Thomas Sorrel | |
| templates to allow style customizations per app or per model. | |||
| 2013-07-21 | Fixed an email validation regression | Claude Paroz | |
| Thanks Vincent Wagelaar for the report. | |||
| 2013-07-21 | Fixed #13696 -- ensured inline pk field is rendered | Karen Tracey | |
| 2013-07-19 | Fixed #20765 -- Set small values of `step` using exponential notation. | Simon Charette | |
| Browsers parse small factors of 10 as 0 under decimal notation. Thanks to Trac alias matklad for the report and Claude Paroz for the review. | |||
| 2013-07-19 | Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class | Claude Paroz | |
| Thanks Tim Graham for the review and improved patch. | |||
| 2013-07-19 | Fixed #14656 -- Added Atom1Feed `published` element | Matt Deacalion Stevens | |
| Some feed aggregators make use of the `published` element as well as the `updated` element (within the Atom standard -- http://bit.ly/2YySb). The standard allows for these two elements to be present in the same entry. `Atom1Feed` had implemented the `updated` element which was incorrectly taking the date from `pubdate`. | |||
| 2013-07-18 | Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs. | Loic Bistuer | |
| Thanks Collin Anderson for the report. | |||
| 2013-07-18 | Cleaned up UserAdmin.get_form() that worked around a bug fixed in 23e1b59. | Loic Bistuer | |
| Refs #18681. | |||
| 2013-07-17 | Allowed Context.push to behave as a context mananger. | Curtis Maloney | |
| Thanks Loic Bistuer for the review. | |||
| 2013-07-17 | Couple of cleanups in RelatedObjectLookups.js | Tim Graham | |
| Thanks George Karpenkov. | |||
| 2013-07-16 | Fixed #14007 -- Added model discovery in models module without the need to ↵ | Tim Graham | |
| specify app_label. Thanks mark@ and Aramgutang for work on the patch. | |||
| 2013-07-14 | Fixed #20746 -- Removed Python 2.6 specific code/docs | Tim Graham | |
| 2013-07-13 | Fixed #20681 -- Prevented teardown_databases from attempting to tear down ↵ | Tim Graham | |
| aliases Thanks simonpercivall. | |||
| 2013-07-13 | Fixed #20582 -- Allowed default Form.label_suffix to be translated | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2013-07-12 | Fixed #20740 -- GenericIPAddressField should pass protocol to formfield() | Tim Graham | |
| Thanks Jeff250. | |||
| 2013-07-12 | Fixed #20429 -- Added QuerySet.update_or_create | Karol Sikora | |
| Thanks tunixman for the suggestion and Loic Bistuer for the review. | |||
| 2013-07-12 | Fixed #19031 -- Added a warning when using override_settings with 'DATABASES' | Joeri Bekker | |
| 2013-07-12 | Added clarification comments to django.utils.image; refs #19934 | Christopher Medrela | |
| 2013-07-11 | Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend | Claude Paroz | |
| Thanks dj.facebook at gmail.com for the report and initial patch and Areski Belaid and senko for improvements. | |||
| 2013-07-11 | Fixed #13721 -- Added UploadedFile.content_type_extra. | Benjamin Kagia | |
| Thanks Waldemar Kornewald and mvschaik for work on the patch. | |||
| 2013-07-09 | Fixed #20663 -- "Today" and "now" admin shortcuts. | Loic Bistuer | |
| Changed the shortcuts next to date and time intput widgets to account for the current timezone. Refs #7717, #14253 and #18768. | |||
| 2013-07-09 | Added a test for the envelope() GeoQuerySet method | Claude Paroz | |
| Refs #20718. | |||
| 2013-07-09 | Simplified testing connection type | Claude Paroz | |
| 2013-07-09 | Made an aggregate test pass with spatialite backend | Claude Paroz | |
| backends.tests.SqliteAggregationTests was failing with spatialite. | |||
| 2013-07-09 | Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3. | Tim Graham | |
| 2013-07-09 | Trusted test skipping about gis tests running or not | Claude Paroz | |
| With the new test discovery system, gis tests are discovered as other tests. They should be properly skipped now when dependencies are missing. So let's stop special casing their inclusion. | |||
| 2013-07-09 | Isolate geoapp test from sitemaps app being installed or not | Claude Paroz | |
| 2013-07-09 | Partial revert of commit 2bf403ecbd95 | Claude Paroz | |
| Homework: write 100 times geoapp is not geogapp. | |||
| 2013-07-09 | Fixed #17339 -- Factor out has_result into database backend. | Tim Graham | |
| Thanks jonash. | |||
| 2013-07-08 | Fixed last_executed_query test failure on Oracle | Shai Berger | |
| 2013-07-08 | Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows. | Tim Graham | |
| Thanks Patryk Zawadzki. | |||
| 2013-07-08 | Completed some more name_local names | Claude Paroz | |
| 2013-07-08 | Fixed #20716 --Missing 'name_local' translation | Mathias Andre | |
| Added 'name_local' translation for Albanian in LANG_INFO | |||
| 2013-07-08 | Use a more explicit check for whether these ids are None. | Alex Gaynor | |
| 2013-07-08 | fixed a mis-importt in mysql/base.py | Alex Gaynor | |
| 2013-07-08 | A large number of stylistic cleanups across django/db/ | Alex Gaynor | |
| 2013-07-08 | Fixed a bug I introduced in my previosu ommit. | Alex Gaynor | |
