- 22 May, 2014 3 kayıt (commit)
-
-
Marc Tamlyn yazdı
Nested deconstruction should (silently) handle Field.deconstruct() as well as other arbitrary deconstructable objects. This allows having a field in the deconstruction of another field.
-
Marc Tamlyn yazdı
The first part of django.contrib.postgres, including model and two form fields for arrays of other data types. This commit is formed of the following work: Add shell of postgres app and test handling. First draft of array fields. Use recursive deconstruction. Stop creating classes at lookup time. Add validation and size parameter. Add contained_by lookup. Add SimpleArrayField for forms. Add SplitArrayField (mainly for admin). Fix prepare_value for SimpleArrayField. Stop using MultiValueField and MultiWidget. They don't play nice with flexible sizes. Add basics of admin integration. Missing: - Tests - Fully working js Add reference document for django.contrib.postgres.fields.ArrayField. Various performance and style tweaks. Fix internal docs link, formalise code snippets. Remove the admin code for now. It needs a better way of handing JS widgets in the admin as a whole before it is easy to write. In particular there are serious issues involving DateTimePicker when used in an array. Add a test for nested array fields with different delimiters. This will be a documented pattern so having a test for it is useful. Add docs for SimpleArrayField. Add docs for SplitArrayField. Remove admin related code for now. definition -> description Fix typo. Py3 errors. Avoid using regexes where they're not needed. Allow passing tuples by the programmer. Add some more tests for multidimensional arrays. Also fix slicing as much as it can be fixed. Simplify SplitArrayWidget's data loading. If we aren't including the variable size one, we don't need to search like this.
-
Claude Paroz yazdı
-
- 21 May, 2014 8 kayıt (commit)
-
-
Ramiro Morales yazdı
Moved ServerHandler helper class to tests.
-
Ramiro Morales yazdı
Fixed #22421 -- Regression in fixtures loading.
-
Niclas Åhdén yazdı
Added ModelForm and NON_FIELD_ERRORS imports.
-
Martin Brochhaus yazdı
Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted module path). A feature has been added to also allow a list of strings. This is useful when using several reusable third party apps that define new formats. We can now use them all and we can even override some of the formats by providing a project-wide format module.
-
Tim Graham yazdı
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
Thanks Anssi Kääriäinen and Tim Graham for the reviews. Refs #17001 and #22650.
-
Loic Bistuer yazdı
Regression from f51c1f59 when using select_related then prefetch_related on the reverse side of an O2O: Author.objects.select_related('bio').prefetch_related('bio__books') Thanks Aymeric Augustin for the report and tests. Refs #17001.
-
- 20 May, 2014 12 kayıt (commit)
-
-
Alex Gaynor yazdı
#22667 replaced occurrences of master/slave terminology with leader/follower
-
Flavio Curella yazdı
-
Denis Cornehl yazdı
When using ManifestStaticFilesStorage, deleted static files would be correctly cleaned up by "collectstatic --clear", but the manifest file would still contain the stale entries. Thanks to tedtieken for the report
-
Andrew Godwin yazdı
This reverts commit a4737bf6.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
Fixed #22424 -- MySQL doesn't accept migrations' one-off default values ...
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Fixed #22661 -- Move makemigrations tests to the proper class
-
Huu Nguyen yazdı
-
- 19 May, 2014 13 kayıt (commit)
-
-
Erik Romijn yazdı
-
Marc Tamlyn yazdı
-
Marc Tamlyn yazdı
This reverts commit 5a2556af.
-
Moayad Mardini yazdı
The paragraph was a copy of strictly_above.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Tim Graham yazdı
Thanks alexdlaird for the report.
-
Tim Graham yazdı
This reverts commit 950b6de1.
-
Claude Paroz yazdı
Considering that these apps only translate their app name, it's not worth having a whole bunch of po files just for that. The translatable app name for those apps will be integrated in Django core catalog.
-
Martin Brochhaus yazdı
Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted module path). This is useful when using several reusable third party apps that define new formats. We can now use them all and we can even override some of the formats by providing a project-wide format module.
-
Moayad Mardini yazdı
Used the official terminology listed in http://docs.oracle.com/cd/B19306_01/network.102/b14212/glossary.htm#i997309 Thanks michael.cherkasov for the report.
-
Claude Paroz yazdı
makemessages should now automatically distribute translatable strings in the proper locale files, for Django too (see 50a8ab7c).
-
Claude Paroz yazdı
Fixed #22635 -- Make "It worked!" page localizable
-
- 18 May, 2014 4 kayıt (commit)
-
-
Markus Amalthea Magnuson yazdı
-
Tim Graham yazdı
-
Esau Rodriguez yazdı
-
Florian Apolloner yazdı
-