| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-20 | [1.7.x] Bump version numbers for 1.7 beta 1.1.7b1 | James Bennett | |
| 2014-03-20 | Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update. | Aymeric Augustin | |
| 2014-03-20 | Fixed a small collection of flake8 violations that had snuck in | Alex Gaynor | |
| 2014-03-20 | Removed a file accidentally added in 81f5408c7a16b8c79053950f05fe7a873506ca55. | Baptiste Mispelon | |
| 2014-03-19 | Mark model renaming as irreversible for now (#22248) | Andrew Godwin | |
| 2014-03-19 | Fixed #22275: unique_together broken if ForeignKey split into new file. | Andrew Godwin | |
| Thanks to bak1an for the patch. | |||
| 2014-03-19 | Merge pull request #2221 from bmispelon/LazyObject-refactor | Andrew Godwin | |
| Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject... | |||
| 2014-03-19 | Replaced reference to ModelAdmin.get_formsets() (deprecated) with ↵ | Daniel Hahler | |
| get_formsets_with_inlines(). | |||
| 2014-03-19 | Fixed #22253 -- Added django-i18n to the mailing lists docs. | Anubhav Joshi | |
| Thanks bmispelon for the suggestion. | |||
| 2014-03-19 | Fixed migration so MySQL GIS test doesn't fail; refs #22001. | Eric Palakovich Carr | |
| The test previously failed with the error: (1170, "BLOB/TEXT column 'name' used in key specification without a key length") | |||
| 2014-03-18 | Fixed regression in file locking on some platforms. | smallcode | |
| Some platforms with os.name == 'posix' do not have the fcntl module, e.g. AppEngine. refs #19373. | |||
| 2014-03-18 | Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dc | Florian Apolloner | |
| 2014-03-18 | Made a test app label unique. | Florian Apolloner | |
| 2014-03-18 | Mentioned that ``dumpdata --natural`` is deprecated. | Daniel Hahler | |
| 2014-03-18 | Fixed #22283 -- Updated documentation referring to non-existent tuples. | Matthew Somerville | |
| 2014-03-18 | Fix any sqlite field migration deleting all implicit m2m tables | Chris Beaven | |
| Fixes #22281 | |||
| 2014-03-17 | Amended login required mixin documentation to honor **initkwargs. | Simon Charette | |
| 2014-03-17 | Fixed #21179 -- Added a StreamingHttpResponse example for CSV files. | zedr | |
| Thanks charettes for the suggestion. | |||
| 2014-03-17 | Fixed #22006 -- Documented how to write a login_required mixin for CBVs. | Tim Graham | |
| Thanks django at patjack.co.uk for the suggestion and mockforest for the draft patch. | |||
| 2014-03-16 | Fixed #21860 -- Added to_field_name to ModelChoiceField docs. | Anubhav Joshi | |
| Thanks Keryn Knight for the suggestion. | |||
| 2014-03-16 | Fixed #21991 -- Added warning regarding tests failure if locales not installed. | Anubhav Joshi | |
| Thanks reidrac for the report. | |||
| 2014-03-16 | Fixed #22242 -- Documented common cookie size limit. | Daniel Pyrathon | |
| 2014-03-15 | Remove u prefixes, skip test unless spatial db. | Marc Tamlyn | |
| Refs #22001, d22b291890c1736a40c0ad97448c7318df2eebb2 | |||
| 2014-03-15 | Fixed #22184 -- Allowed template_tests.tests to be run isolated | Anubhav Joshi | |
| 2014-03-15 | Merge pull request #2430 from NathanRSmith/ticket_21989 | Russell Keith-Magee | |
| Fixed #21989 - Modified first day of week in AU locale. Although Australia is a signatory to ISO 8601, there's a lot of evidence to suggest that this is in the same category as "officially, the USA uses metric". See the ticket for supporting details. | |||
| 2014-03-14 | Fixed #22001 -- Ensure db_type is respected. | Marc Tamlyn | |
| db_parameters should respect an already existing db_type method and return that as its type string. In particular, this was causing some fields from gis to not be generated. Thanks to @bigsassy and @blueyed for their work on the patch. Also fixed #22260 | |||
| 2014-03-14 | Changed start of week for Australia to Sunday as requested in ↵ | Nathan Smith | |
| https://code.djangoproject.com/ticket/21989 | |||
| 2014-03-14 | Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0. | Baptiste Mispelon | |
| Thanks to trac user merb for the report. | |||
| 2014-03-14 | Merged model_forms_regress with model_forms tests | Claude Paroz | |
| 2014-03-14 | Fixed #6103 -- Splitted tests in model_forms tests | Claude Paroz | |
| 2014-03-13 | Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses | Claude Paroz | |
| Thanks Jeroen Pulles for the report and Simon Charette for the review. | |||
| 2014-03-13 | Fixed #22262 -- Added the correct line in the last example of Translator lines | Dejan Noveski | |
| 2014-03-13 | Fixed a grammar error in topics/i18n/translation. | Iain Dawson | |
| Hooks are quantum; you can not have an amount of them. | |||
| 2014-03-13 | Simplified implementation of collectstatic command. | Baptiste Mispelon | |
| Since d2e242d16c6dde6f4736086fb38057424bed3edb made isinstance() calls work correctly on LazyObject, we can simplify the implementation of is_local_storage added in 7e27885c6e7588471fd94a4def16b7081577bdfc. | |||
| 2014-03-13 | Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject. | Baptiste Mispelon | |
| This commit also added tests for LazyObject and refactored the testsuite of SimpleLazyObject so that it can share test cases with LazyObject. | |||
| 2014-03-13 | Skip test for saving microseconds on backends which do not support it. | Shai Berger | |
| 2014-03-12 | Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle | Shai Berger | |
| This seems worthwhile in its own right, but also works around an Oracle bug (in versions 10 -- 11.1) where the use of Unicode would reset the date/time formats, causing ORA-01843 errors. Thanks Trac users CarstenF for the report, jtiai for the initial patch, and everyone who contributed to the discussion on the ticket. | |||
| 2014-03-12 | Flake8 corrections | Shai Berger | |
| 2014-03-12 | Fixed test failure on Oracle: model_fields.tests.test_float_validates_object | Shai Berger | |
| Failing test introduced in fix for refs #22210. | |||
| 2014-03-11 | Fixed #22217 - ManyToManyField.through_fields fixes. | Akis Kesoglou | |
| - Docs description of arguments mix up. - Keep it from erroneously masking E332 check. - Add checks E338 and E339, tweak message of E337. | |||
| 2014-03-11 | Remove failing test while we fix the underlying bug | Andrew Godwin | |
| 2014-03-11 | Fixed test failures on Windows. | Tim Graham | |
| refs #21092 and 8d7e048a8b428bebe82be735a84570f9250441e6 | |||
| 2014-03-11 | Merge pull request #2418 from ramiro/21293-tweak | Ramiro Morales | |
| Tweak password admin change form view context. Refs #21293. | |||
| 2014-03-11 | Tweak password admin change form view context. Refs #21293. | Ramiro Morales | |
| 2014-03-11 | Updated spelling_wordlist. | Tim Graham | |
| 2014-03-11 | Fixed typo in docs/ref/django-admin.txt | Tim Graham | |
| Thanks Wes Kendall for the report. | |||
| 2014-03-11 | Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template. | Tim Graham | |
| By removing the absolute positioning of the usertools div and using float positioning, the #header div will expand based on the height of its content. Thanks EvilDMP for the report. | |||
| 2014-03-11 | Fix AlterField migrations that are related to a RenameModel migration | Chris Beaven | |
| 2014-03-11 | Fix autodetector creation of RenameModel migration to capitalize model names | Chris Beaven | |
| 2014-03-10 | Added myself to the committers list, finally. | Shai Berger | |
